You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/09/19 19:50:24 UTC

DO NOT REPLY [Bug 3724] New: - WebApps do not autodeploy if appBase changed under Windows

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=3724>.
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=3724

WebApps do not autodeploy if appBase changed under Windows

           Summary: WebApps do not autodeploy if appBase changed under
                    Windows
           Product: Tomcat 4
           Version: 4.0 Release Candidate 2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: husted@apache.org


This autodeploys WARS under $CATALINA_HOME just fine.

       <!-- Define the default virtual host -->
      <Host name="localhost" debug="0" unpackWARs="true"
		appBase="webapps" >

This recognizes applications at the new location, but does not unpack WARs.

       <!-- Define the default virtual host -->
      <Host name="localhost" debug="0" unpackWARs="true"
		appBase="d:/public/tomcat4/webapps" >

-Ted.