Difference between web server and Application server?
Lee Xu
Ranch Hand
Joined: Aug 24, 2001
Posts: 77
posted
0
I am new to J2EE. Please give examples to differ web server and application server. Thanks
Devender M Reddy
Greenhorn
Joined: Aug 21, 2001
Posts: 6
posted
0
hi webserver provides the services for webpage requests only,but application server provides apart from it,it also provides low 'level services' such as network implementation,resource management,security , transactions etc.. bye dev
sunil seth
Greenhorn
Joined: Aug 18, 2001
Posts: 8
posted
0
hi sunil here webserver is the part of application server webserver only deals with request and response from the wbepage to the server but application server consists of the invironment and deals with many high and low level services like servlets,JNDI,java mailing,etc..etc..