Hi All
Pls tell me what are minimun features supported by an application server.
Is Tomcat an Application server even though it has only a servlet and a JSP engine.
If Tomcat is an Application server then wat is a web server(with servlet and JSP engine)
Thanks in advance
-
What Exactly constitutes an Application server (3 messages)
- Posted by: sandeep gajbhiye
- Posted on: October 27 2003 12:58 EST
Threaded Messages (3)
- What Exactly constitutes an Application server by ashish verma on October 27 2003 18:02 EST
- What Exactly constitutes an Application server by Javid Jamae on January 22 2004 12:05 EST
- What Exactly constitutes an Application server by Slava Imeshev on October 28 2003 14:56 EST
-
What Exactly constitutes an Application server[ Go to top ]
- Posted by: ashish verma
- Posted on: October 27 2003 18:02 EST
- in response to sandeep gajbhiye
To be precise Tomcat is a standlalone container and acts as standalone websever.
It is used for JSP and Servlets deployment.
Another java based container is Jetty (Open Source initiative).
Now when this wen conatiner (Tomact/Jetty combined) with EJB container along with JMS (Java Messaging Service) can be called as an application server.
Ex JBOSS, WebSphere.
An Application server has to have support for transactions, clustering, security and others to name a few here.
Others can correct me and add this to..
Vishal. -
What Exactly constitutes an Application server[ Go to top ]
- Posted by: Javid Jamae
- Posted on: January 22 2004 12:05 EST
- in response to ashish verma
Now when this wen conatiner (Tomact/Jetty combined) with EJB container along with JMS (Java Messaging Service) can be called as an application server.
> Ex JBOSS, WebSphere.
That is a very Java-centric definition. To be a J2EE compliant application server, perhaps. But, I would consider an application server as any server that can take software requests from a thin-client and generate dynamic responses. -
What Exactly constitutes an Application server[ Go to top ]
- Posted by: Slava Imeshev
- Posted on: October 28 2003 14:56 EST
- in response to sandeep gajbhiye
That depends on what you mean saying "application server". J2EE-compliant application server is expected to implement the J2EE spec (JDBC, EJB, Servlet, JMS, JNDI and other standards).
Hope this helps.
Regards,
Slava Imeshev