Hi Adam,

I am currently running against version 4.1.27 of Tomcat. I did not alter the
name of my deploy directory. Here is my <Context> element (with env entries
removed):

        <Context
                        className="org.apache.catalina.core.StandardContext"
                        cachingAllowed="true"
 
charsetMapperClass="org.apache.catalina.util.CharsetMapper"
                        cookies="true"
                        crossContext="false"
                        debug="0"
                        displayName="eSM"
                        docBase="D:/tomcat41/bin/../webapps/eSM"
 
mapperClass="org.apache.catalina.core.StandardContextMapper"
                        path=""
                        privileged="false"
                        reloadable="false"
                        swallowOutput="false"
                        useNaming="true"
 
wrapperClass="org.apache.catalina.core.StandardWrapper">
                ...
        </Context>

My WAR file is called eSM.war and, as you can see, my deploy directory is
$TOMCAT_HOME/webapps/eSM. Note, however, that Tomcat uses
$TOMCAT_HOME/work/Standalone/localhost/_ as the working directory for the
web app since the path is "".

Regards,
Kent

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

Reply via email to