You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Eugene Prokopiev <pr...@stc.donpac.ru> on 2005/02/16 08:21:28 UTC

Minimal production environment for Axis application

Hi,

I need minimal production environment for Axis application. For 
org.apache.axis.transport.http.SimpleAxisServer I read in javadoc: "This 
is not intended for production use. Its intended uses are for demos, 
debugging, and performance profiling". Tomcat is complex environment 
with many built-in features which is not suitable for me.

What can I use?


Re: Minimal production environment for Axis application

Posted by Paul Callahan <ca...@gmail.com>.
you could look at Jetty--little more lightweight than Tomcat.

-pc

On Wed, 16 Feb 2005 10:21:28 +0300, Eugene Prokopiev
<pr...@stc.donpac.ru> wrote:
> Hi,
> 
> I need minimal production environment for Axis application. For
> org.apache.axis.transport.http.SimpleAxisServer I read in javadoc: "This
> is not intended for production use. Its intended uses are for demos,
> debugging, and performance profiling". Tomcat is complex environment
> with many built-in features which is not suitable for me.
> 
> What can I use?
> 
>