Friday, May 6, 2011

how do i add a custom startup class to tomcat?

I need to tweak some things inside Tomcat 6.0 before any web applications or listeners are started. What's the standard method for doing this? I can't do this from a web application or servlet init() since it is too late by the time it is loaded.

From stackoverflow

0 comments:

Post a Comment