problem for creating the separate log file for con
Hi,
problem for creating the separate log file by <Logger ..... />for my application context in tomcat-5.0.19.
that is working fine in tomcat 5.0.27!!!!!
can any body help me what the settings are to be needed to make it out on tomcat 5.0.19 .
is this bug ???? or AM I missing some thing
but <Valve .../> is working fine.
sample of my context file which is under
..conf\Catalina\localhost
<Context displayName="SMART" debug="0" docBase="Smart" path="/Smart">
<Logger className="org.apache.catalina.logger.FileLogger"
directory="webapps/smartlogs" prefix="Smart_log." suffix=".txt"
timestamp="true"/>
<Valve className="org.apache.catalina.valves.AccessLogVal ve"
directory="webapps/smartlogs" prefix="AccessLogValve_log." suffix=".txt"
timestamp="true"
pattern="common"/>
.......................
.....................
..................
<Context/>
|