> From: sc [mailto:[EMAIL PROTECTED] 
> Subject: RE: Context started twice
> 
>   <Logger className="org.apache.catalina.logger.FileLogger"
>              prefix="local_cutetrip." suffix=".log"
>           timestamp="true"/>

Note the following from the 5.5 doc:

"An important consequence for Tomcat 5.5 is that the <Logger> element
found in previous versions to create a localhost_log is no longer a
valid nested element of <Context>."

To see how to set up app-specific loging, look at:
http://tomcat.apache.org/tomcat-5.5-doc/logging.html

Don't know if this has anything to do with the double init(), but some
erroneous <Context> entries have been known to result in erratic app
behavior.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to