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 difference between tomcat and jboss?
Why do we need apache tomcat server?
How to run different apps on single tomcat instance behind different ports?
When you can use . And when you can use []?
How can we put a restriction to upload files on our web server?
What's the difference between tomcat and apache?
How will you create a database connection pool in tomcat server?
How many threads can tomcat handle?
Do you have any idea about the history of tomcat?
Is tomcat a framework?
What is catalina?
Is apache tomcat freeware?
Is tomcat j2ee compliant?
Mention with how many valves does tomcat configured with?
Is jboss a web server or application server?