Darren Govoni wrote:

How can I have my servlet loaded on startup, but
after the web server is up and running? Not possible?

Well, you can always start a thread that does this initialization, and return. Then, when the full Tomcat initialization is complete, your thread will run to completion (assuming it's doing a GET or POST from that instance itself..)



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to