You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Neeraj Kumar <ne...@hotmail.com> on 2001/07/04 10:22:02 UTC

Starting Tomcat Programmatically

Hi

What are the steps required to start programmatically from a java program

regards
Neeraj


Re: Starting Tomcat Programmatically

Posted by Dmitri Colebatch <di...@nuix.com.au>.
On Wed,  4 Jul 2001 18:22, you wrote:
> What are the steps required to start programmatically from a java program
Start what?  Tomcat?

org.apache.tomcat.startup.Tomcat.Main(new String[]);

should do the trick.

cheers
dim