Yoav,

That's good to know. Thanks for sharing.

At 15:45 05.12.2002 -0500, Shapira, Yoav wrote:
Hi,
Consider moving the log4j initialization from a startup servlet to a
ServletContextListener's contextInitialized() method.  That's guaranteed
to be the first thing in your webapp that's called by the server.
Before any init() methods.  And then you don't need to worry about the
possibility of a load-on-startup servlet being destroyed and reloaded by
the container (which can happen: the container is free to do this at any
time).

Yoav Shapira
Millennium ChemInformatics
--
Ceki



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to