What is the webserver used for running the Servlets

Showing Answers 1 - 6 of 6 Answers

Anju Molugu

  • Mar 14th, 2005
 

java web server

  Was this answer useful?  Yes

Vijay Raj Jaiswal

  • Sep 7th, 2005
 

Following Severs are avilable 
1 Tomcat Apatche 
2 IIS 
3J2ee 
4 Jboss 
5BEA WebLogic Server 
6iPlanet 
7 Oracle 
8Orion Server 
9 WebSphere 
10NetDynamics 
11JRun Server 
12Tomcat 
13JOnAS 
14Pramati Server 
15Power Tier for J2EE

  Was this answer useful?  Yes

Nagesh

  • Oct 22nd, 2005
 

You need a Servlet container not a Webserver for running a Servlet. The ones at the top are the application Servers.

  Was this answer useful?  Yes

Nagesh

  • Oct 22nd, 2005
 

Servlet container is needed for running servlet, not web server. Application server contains Servlet container as well as EJB container. Web servers are for hosting web(http server).I take back on mentioning all the above are application servers. Some are application servers(EJB container+servlet container). Eg: Websphere. Weblogic. Some of the above are Servlet Containers like Tomcat.

  Was this answer useful?  Yes

Nagesh

  • Oct 22nd, 2005
 

Servlet container is needed for running servlet, not web server. Application server contains Servlet container as well as EJB container. Web servers are for hosting web(http server).I take back on mentioning all the above are application servers. Some are application servers(EJB container+servlet container). Eg: Websphere. Weblogic. Some of the above are Servlet Containers like Tomcat.

  Was this answer useful?  Yes

Radhika

  • Apr 3rd, 2006
 

Hi guys,

  After going through all of your answers, the question still remains.As per my knowledge, a servlet will run inside a servlet container and not in the webserver.Please clarify if I'm right or wrong.

              If so, why are you mentioning tomcat,weblogic,websphere,etc., which are NOT webservers?

   Thanks in advance,

        Radhika

              

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions