You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by MJ...@eq-technologic.com on 2006/01/13 11:06:54 UTC

Unable to extract war file after start of tomcat.

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>

i believe that the problem is in the context tag, so what's going wrong
here.

Regards,

Milind S. Joshi



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org