Difference Between Web Server and Application server ??
Answers were Sorted based on User's Feedback
Answer / santhosh kandula
1. Web server is mainly used for the viewing of browser
whereas Applecation server is mainly for developing the
business logic to the client application and it will be
done through protocols.
2. Web server having only web container where as
Application server having additionally EJB container and
directory server.
3. It is posible to integrate Webserver into an Application
server.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / m.vinodkumar
1.)Web server can provide only one webserver to perform the services in serverside , where as application server provides both web and application servers to provide the services.
2.)Web server provides clusturing very limitedly ,where as Application provides complete clusturing concept.
3.)Web server support only HTTP protocol , where as Application server provides HTTP,FTP,SMTP .....and etc.
4.)Web server supports only limited number of Middleware services where as Application server supports more Middleware services.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / vkrishna88
web server having only one web container like(sevlet
container) where as application server having more than one
container like(Servlet container and EJB container)....
In web server developing only web application related where
as application server developing all application like(EJB
application and web application..etc)....
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lokesh babu
1. webserver allows us manage web applications
application server allow us to manage and execute application.
2. webserver contain only jsp and servlet containers
application server contain jsp, servlet and ejb containers
3. webserver not allows us to create separate domain
application server allows us to create separate domain
4. provide less middleware services
application server provide more middleware services
Is This Answer Correct ? | 0 Yes | 0 No |
What is ServletConfig object?
What are the differences between forward() method and sendredirect() methods?
What is the difference between encodeRedirectUrl and encodeURL?
How can we perform any action at the time of deploying the project?
Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????
What are the phases of the servlet life cycle?
What is a web container and what is its responsibility?
can i call destroy() method in init() method of servlet
Can we use the constructor, instead of init(), to initialize servlet?
What are different types of SessionTracking?
Can we use threads in Servlets?
Difference between Include, Forward and sendRedirect in Servlet?