You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Liu, Xiaoyan" <xl...@CapitalThinking.com> on 2002/02/15 21:17:54 UTC

ContextInitialized Event

Hi, all

I'm wondering what exactly it means by 'servlet context initialized'?

In the contextInitialized() method of my ServletContextListener class, it
calls a static method of from a class in one of jars of the context being
loaded, and I get a ClassNotFound Exception.  Why is this happening?

thanks.


Liu