Is there any way to override the event when web container like tomcat is
starting up.
TW
Alex Hunsley - 14 Feb 2007 01:48 GMT
> Is there any way to override the event
What event?
> when web container like tomcat is
> starting up.
http://www.catb.org/~esr/faqs/smart-questions.html
Also, question marks are useful when you are asking questions:
http://en.wikipedia.org/wiki/Question_mark
Thomas Kellerer - 14 Feb 2007 06:52 GMT
> Is there any way to override the event when web container like tomcat is
> starting up.
If you mean, you want to be informed when your web application is
initialized by the container, implement a ContextListener and add that
to your web.xml