what is the difference between application server and web
server?
Answers were Sorted based on User's Feedback
Answer / sanjay deorari
A Web server serves pages for viewing in a Web browser,
while an application server provides methods that client
applications can call.
In other words A Web server exclusively handles HTTP
requests, whereas an application server serves business
logic to application programs through any number of protocols.
| Is This Answer Correct ? | 25 Yes | 3 No |
Answer / guest
Aplication server contains ejb container as well as jsp and
servlet container
but web container does not contain ejb container so we can
not run ejb program on web server
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / onnum theriyathavan
web server giving the respone to the user's request
but i don't know about application uuuuuuuuuuuuuuuuuu
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / narayana
appplication server means its acess the any protocal
webserver means its acess the http protacl
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / arunkumar
Application server can run or handle only business logic
programs such as bean class or java class programs.. and the
best example for application server is Glassfish server..
Whereas webserver can handle the all type of http requests
from the web browser. and the best example for web server is
apache tomcat server.
| Is This Answer Correct ? | 2 Yes | 3 No |
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
Why tomcat is used in java?
what is a servlet? and explain its lifecycle methods?
What is callback methods Component methods called by the container to notify the component of important events in its life cycle?
Define the struts in the j2ee framework?
What do you understand by actionform?
What is 2 stands for in j2ee?
Differentiate between .ear, .jar and .war files.
Hi Friends. I want complete technical flow of j2ee project with following technologies. jsp , servlet , Struts , Hibernate , (should follow mvc-2 design pattern) . with DAO ,DTO SERVICE layers .
What is the use of RequestProcessor, if we are having ActionServlet in struts
What are the components of j2ee?
What is a j2ee module?