DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829

Automatic deployment of war files does not work properly

           Summary: Automatic deployment of war files does not work properly
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When we define a context in the server.xml file for our application, it will 
not be deployed. We have deleted the directory webapps/lexis before starting 
tomcat.

        <Context path="/lexis" docBase="lexis.war">
            <Parameter name="appName" value="lexis" override="false"/>
            <Logger className="org.apache.catalina.logger.FileLogger"
                  prefix="localhost_lexis_log." suffix=".txt" timestamp="true"/>
        </Context>

Without defining a context the application lexis is deployed and starts without 
any problems.

It does however work while working with Apache and the Warp Connector when it 
is first activated by calling http://www.foobar.com/lexis/lexis.do

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

Reply via email to