> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com]
> Subject: Re: How to debug Error: listenerStart?
> 
> There is obviously some interaction going on between my webapp
> and tomcat's logging system that I don't know about.

Many Tomcat components associated with a specific webapp will use the webapp's 
logger.  If your log4j initialization fails (which appeared to be the case), 
there may well be no where to put the messages.  You can try removing the log4j 
usage from your webapp (probably too hard), or correct its initialization so 
that it is available.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to