<Context > Being Ignored? 2004-01-24 - By Merrill Cornish
Back Below is the Context element I'm using for my application. It was originally created for Tomcat 4.1. With this Context element in server.xml in Tomcat 4.1, a log file of "localhost_timesheet_log.txt" appeared in the %CATALINA%\log directory.
<Context path="/timesheet" docBase="timesheet" debug="0" reloadable="true" crossContext="true"> <Logger className="org.apache.catalina.logger.FileLogger" prefix="localhost_timesheet_log." suffix=".txt" timestamp="true"/> </Context>
However, under 5.0.18 (and maybe under 5.0.16--I didn't notice), the only log I get is the (apparently) generic "localhost_log.2004-01-24.txt". Does this mean that my Context element is being ignored, or does 5.0 not observe the Logger sub-element of the Context element?
Merrill
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|