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/07 17:27:00 UTC

DO NOT REPLY [Bug 19738] New: - when running as service, remove/deploy combo doesn't work in 4.1.24, worked in 4.1.18

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

when running as service, remove/deploy combo doesn't work in 4.1.24, worked in 4.1.18

           Summary: when running as service, remove/deploy combo doesn't
                    work in 4.1.24, worked in 4.1.18
           Product: Tomcat 4
           Version: 4.1.24
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Administration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jmm@sublogic.com


tomcat installed as a Windows 2000 service under 4.1.18, ran fine, remote 
remove/deploy combo worked like a champ.  remove/deploy done with 
org.apache.catalina.ant.RemoveTask and org.apache.catalina.ant.DeployTask via 
ant taskdef's

When tomcat 4.1.24 installed on the same machine, service still works fine for 
stopping/starting/etc, tomcat still runs great otherwise.  However, the 
remove/deploy combo now results in a silently-failing deploy - hitting the 
context path for the webapp just gives an empty directory listing.

Initial impressions are that the service process (tomcat.exe) is holding a 
reference to the web application's directory so it can't be properly removed, 
so later deploy doesn't work correctly.

Downgrading back to 4.1.18 has it working fine again

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