Is there anyway in which one can configure the startup and shutdown sequence of the application server tomcat 5.x?
In particular:
When a user selects the menu ‘Tomcat 5’ -> ‘stop’, I would first execute the code:
com.TheUsualCompanyBrandingName.something.CleanUpShutdown();
Then continue with the usual Tomcat 5.x shutdown (of My Eclipse plug-in) …
Thanks,
wmaness