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]



Reply via email to