MY questin is What is difference b/w application server and web server?
sevlet
Collapse
X
-
Tags: None
-
Diff. is
in application server will have web logic where in web server just like compiler to execute certain files....eg. jspComment
-
Originally posted by pronerdThat is not correct. JSP's require app server like Tomcat or JBoss to run.
a full blown application server, one of the first programs that conformed to Sun's
specification. JSPs run perfectly well in a servlet container so the previous poster
was perfectly correct.
kind regards,
JosComment
-
Originally posted by JosAHthe previous poster
was perfectly correct.
Originally posted by JosAHTomcat is a 'simple' servlet container, not even a full blown web server.Comment
-
Originally posted by pronerdNo they were not. First off Tomcat is not a web server. It is an application server.
Originally posted by TomcatApache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.
kind regards,
JosComment
-
Originally posted by JosAHRead carefully: the very first sentences from Tomcat's home page:
Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.
Originally posted by JosAHThere is much more to application servers than just the http protocol and servlets.
There is no requirement that the entire J2EE stack to be implemented to call a server an app server. If we followed that logic then web applications could only be written in Java. I am sure more than a few ASP and C# guys would disagree with that.Comment
-
Now that we've resolved this, can we move on to classifying all the types of mullets?
Comment
Comment