> Hi all,
> I want to start Tomcat4.0 using the Bootstrap class so that the
> configuration parameters are read from the Server.xml file.
> But after I call:
>
> bootstrap.main(new String[] {"start"})
>
> I would like to go on and create other services I need. But this is not
> possible because after Tomcat is started, the thread blocks, waiting for
> a shutdown command.
> Any suggestion?

You should use the BootstrapService class to do that (it is the same as
Bootstrap, except that the invoking wrapper is responsible for calling
stop).

Remy


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to