Hi,
Just my silly guess,
Did you do this:
tomcat.startTomcat();
...
Thread.sleep(10000);
tomcat.stopTomcat();
That is you call stopTomcat() right after you "sleep" ?
On Tue, 30 Nov 2004 17:47:26 -0800, Mohamed Rafi S
<[EMAIL PROTECTED]> wrote:
>
> Hi Jean,
>
> There is no exception getting thrown, verified this. Immediately after
> appLoader.startTomcat(), if I give a Thread.sleep(10000), then till
> that duration, I am able to access http://localhost:8080/ successfully
> without any issue.
>
> So, any pointers on how to make this always available ?
>
> Thanks,
> Mohamed Rafi S
>
>
>
> >
> >
> > Mohamed Rafi S wrote:
> >> Hi All,
> >> I need to run a Embedded Tomcat server in my application. For this, I
> >> checked the sample code and docs, and did the needful.
> >> My application's main class is ApplicationLoader.java, and in the
> >> main() method of my ApplicationLoader.java, I am doing a
> >> appLoader.startTomcat(). However, the server which comes up
> >> terminates once the main method is complete. How do I make the server
> >> run continously ?
> >> Any pointers into this ?
> >
> > How do you start the Emnbedded Tomcat? Are you sure there is no
> > swallowed exception?
> >
> > -- Jeanfrancois
> >
> >
> >> Thanks,
> >> Rafi SM
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Regards,
Peik Feng
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]