what is different between webserver and application server?
Answer Posted / neena
The basic difference between a web server and an
application server is
Webserver can execute only web applications i,e servlets
and JSPs and has only a single container known as Web
container which is used to interpret/execute web
applications
Application server can execute Enterprise application, i,e
(servlets, jsps, and EJBs) it is having two containers 1.
Web Container(for interpreting/executing servlets and jsps)
2. EJB container(for executing EJBs). it can perform
operations like load balancing , transaction demarcation
etc etc
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the main configuration file of the apache server?
How many requests can tomcat handle?
What is the difference between weblogic and tomcat?
what are the connectors used in tomcat?
What is shutdown port in tomcat?
Why do we use wildfly?
Why do we use weblogic server?
Why is it called tomcat?
How you can deploy a web application using war files?
How many requests per second does facebook handle?
what is recommended way for spawning threads from a servlet in tomcat?
What is the purpose of nat protocol?
Apart from apache tomcat, what are the different kinds of web servers?
Which is more secure get or post?
What is difference between jetty and tomcat?