hi,
I'm using tomcat-4.1.29 on windows 2000
I'm trying to change the server.xml to add logging for a context.
when i add a logger to the context, the war file for the context is not
getting extracted.
if i remove this context tag from server.xml the war gets extracted
successfully so there's no problem in the war file.

The host tag is as following:
<Host name="localhost" debug="0" appBase="webapps"
       unpackWARs="true" autoDeploy="true">

The context tag in server.xml is as following :
<Context path="/Upload-C" docBase="Upload-C"
        debug="0" privileged="true">

  <Logger className="org.apache.catalina.logger.FileLogger"
             prefix="localhost_upload-c_log." suffix=".txt"
          timestamp="true"/>

</Context>

so what's going wrong here.

regards,
Mahesh Bhandare


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

Reply via email to