| Author |
Server
|
Deepa Raj
Greenhorn
Joined: Jul 20, 2006
Posts: 1
|
|
Whether Tomcat is Web Server or Application Server? What is the difference between Web Server and Application Server?
|
 |
Vj Kamath
Greenhorn
Joined: Nov 19, 2004
Posts: 15
|
|
There is no clear definition of what an application server is. In general an application server can create dynamic pages (and hence run an application) for the browser. Tomcat has a servlet engine and can jun servlets and JSP. Hence it is not a simple web server like apache. But it is usually configured along with Apache.
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8142
|
|
Have a look at: Difference between Web Server and Application Server
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: Server
|
|
|