You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by sandeep arshanapally <ar...@hotmail.com> on 2003/04/25 23:38:30 UTC

Can tomcat webserver be started from another process?

Hi,

   Is it possible to start tomcat from another process? I have a java 
process and want to start tomcat from the same process so that I can avoid 
interprocess communication.


Thanks,

Sandeep




_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Can tomcat webserver be started from another process?

Posted by Bill Barker <wb...@wilshire.com>.
If you are using 3.3.x, look at org.apache.tomcat.EmbededTomcat.  If you are
using 4.x, look at org.apache.catalina.startup.Embedded.

IMHO, EmbededTomcat is a bit easier to use, but they both provide the same
functionality.

"sandeep arshanapally" <ar...@hotmail.com> wrote in message
news:BAY7-F70zDpubxcbz3700018ad5@hotmail.com...
>
> Hi,
>
>    Is it possible to start tomcat from another process? I have a java
> process and want to start tomcat from the same process so that I can avoid
> interprocess communication.
>
>
> Thanks,
>
> Sandeep
>
>
>
>
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org