Hi,
Tomcat is great :
http://jakarta.apache.org/tomcat/index.html
Regadrs,
Arnaud
> what are the various servlet servers available (for respective Web
> servers) for servlet based programming.
>
> is there a standalone servlet server that can host a minimum web server
> and has servlet engine as well ?
Bryce - 16 Mar 2005 23:44 GMT
>Hi,
>
>Tomcat is great :
>
>http://jakarta.apache.org/tomcat/index.html
Tomcat is pretty much the standard.
Other options are:
JRun
http://www.macromedia.com/software/jrun/?promoid=home_prod_jr_100803
Hasn't been updated in a while. Don't know about their committment to
J2EE. Given that there are good ones that are free....
Jetty
http://jetty.mortbay.org/jetty/index.html
Small footprint.
Very easy to embed into your java programs if you need that. I use it
for unit testing stuff that needs to interact with servlets/web sites,
etc.
Orion
http://www.orionserver.com/
Don't know anything about this, but seems to be popular.
Resin
http://www.caucho.com/
Don't know anything about this one.
Enhydra
http://enhydra.objectweb.org/
Don't know much about this one either.
JBoss
http://www.jboss.org
J2EE server. Tomcat is integrated servlet/JSP engine.
>Arnaud
>> what are the various servlet servers available (for respective Web
>> servers) for servlet based programming.
>>
>> is there a standalone servlet server that can host a minimum web server
>> and has servlet engine as well ?
--
now with more cowbell