The whole webapps folder is a symlink. But it has also been so and all the 
permission have not changed. Also there are no links inside the extracted WAR 
directory.

I just checked this to make sure of my sanity.

-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Tuesday, August 31, 2010 3:33 PM
To: Tomcat Users List
Subject: RE: undeploy failure - stack overflow tomcat 5 on RHEL 5

> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: undeploy failure - stack overflow tomcat 5 on RHEL 5

> Looks like a JVM bug to me.

Maybe not - see below.

> > And the last line, ExpandWar.delete continues on and on etc.

> That's weird that it would have ExpandWar.delete over and over again.
> The code for ExpandWar.delete is:

>     public static boolean delete(File dir) {
>         if (dir.isDirectory()) {
>             return deleteDir(dir);
>         } else {
>             return dir.delete();
>         }
>     }

> No recursion there at all.

How about a symlink loop?

 - 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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to