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 2003/05/05 14:37:52 UTC

DO NOT REPLY [Bug 19668] New: - Manager app does not save installed web-apps to server.xml

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

Manager app does not save installed web-apps to server.xml

           Summary: Manager app does not save installed web-apps to
                    server.xml
           Product: Tomcat 4
           Version: 4.1.24
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Webapps:Manager
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: moonjihad@hotmail.com


Using the manager app to deploy an application which is not inside
TOMCAT_HOME\webapps makes that particular web-app disappear at the next tomcat
restart, as it is not saved to the server.xml.

To reproduce this bug :
1. Create a web-app somewhere outside of tomcat's dir
2. Install it using the manager using :
   WAR URL : file:c:/code/myWebApp/
   dir     : /mywebapp
3. Restart tomcat, webapp is not available anymore.

As a workaround, one should log into the admin app after installing a web-app
and click the commit button to save the configuration to the server.xml config file.

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