You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Frederick Lefebvre <fl...@recruitsoft.com> on 2001/07/05 20:44:17 UTC

restarting web-apps independently

Would Tomcat allow us to restart web-apps independantly without having to
restart the application server(Tomcat).  


Thanks

Fred

-----Original Message-----
From: Dmitri Colebatch [mailto:dim@nuix.com.au]
Sent: Wednesday, July 04, 2001 8:13 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: Starting Tomcat Programmatically


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