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 are the different ways in which we can secure the websites hosted on tomcat server?
Why get method is more efficient than post?
What is the tomcat default port?
What is nio protocol?
How would you achieve design flexibility in a portal to cater for a different look and feel?
Why do we need tomcat?
Mention what are the catalina's configuration files?
What is tomcat-users.xml configuration file?
What all services are provided by tomcat?
How to communicate between two web servers in two diff systems?
Why do we need web server?
Who is responsible for tomcat?
Will you classify tomcat as a web server or application server?
What are some of the advantages of utilizing apache servers?
What is apache and how it works?