Hi,
Does Jakarta Tomcat has startup service class like T3StartupDef class in BEA Weblogic?
Please reply with my email: mahack at programmer dot net
Thanks,
-
Is there a Tomcat StartupClass? (1 messages)
- Posted by: M Ahmed
- Posted on: March 02 2003 15:32 EST
Threaded Messages (1)
- Is there a Tomcat StartupClass? by Pranab Ghosh on March 06 2003 14:43 EST
-
Is there a Tomcat StartupClass?[ Go to top ]
- Posted by: Pranab Ghosh
- Posted on: March 06 2003 14:43 EST
- in response to M Ahmed
You could do all your intialization in special servlet, and make
that servlet the first one to be loaded by Tomcat on start up.
Pranab