You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Fulford, William" <Wi...@ngc.com> on 2010/03/22 19:55:39 UTC

Bug 48757 Resolved: Tomcat deletes content of symbolic links on undeploy of application.

Looking at the bug report, it looks like this issue was resolved in
Apache Tomcat 6.0.24.  It doesn't show as closed.  We did a preliminary
test and appears it was fixed in 6.0.24, but we want to be absolutely
certain, as the consequences are dire.  Was this fixed for linux in
6.0.24 (and beyond)?

Thanks,

Doug Fulford
Software Engineering Specialist
(626)812-2248


RE: Bug 48757 Resolved: Tomcat deletes content of symbolic links on undeploy of application.

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Fulford, William [mailto:William.Fulford@ngc.com]
> Subject: Bug 48757 Resolved: Tomcat deletes content of symbolic links
> on undeploy of application.
> 
> Looking at the bug report, it looks like this issue was resolved in
> Apache Tomcat 6.0.24.

Only in that it was a duplicate of older entry marked as WONTFIX.

> We did a preliminary test and appears it was fixed in 6.0.24

Nothing in the changelog shows any modifications in that area.

The best way to avoid Tomcat deleting any part of the webapp is to keep the webapp outside of the <Host> appBase directory, and use a <Context> element in conf/Catalina/[host]/[appName].xml with a docBase attribute pointing to the location of the webapp.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


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