Re: Undeploy task not working

2006-06-08 Thread Mark Thomas
Venkatesh Babu wrote: > But I'm getting the problem only in Tomcat 4.1.3 ... > How can this happen? Because the file locking protection code has been implemented for 4.1.x but will be part of 4.1.32+ which has yet to be released. Mark -

Re: Undeploy task not working

2006-06-07 Thread Venkatesh Babu
Hi Mark, I went through the link given by you. Also checked for permissions of "webapps" folder (guess things are fine). The link is for Tomcat 5.5 but I'm working with Tomcat 4.3.1 . The context entry put by tomcat, for app1, when deploying the application is: In addition I

Re: Undeploy task not working

2006-06-07 Thread Mark Thomas
Marc Farrow wrote: > Which still implies a permission problem. On Windows 2000 check the > security tab of the webapps folder under Tomcat. Make sure the account > that > is running Tomcat has permission to "delete". The "archive" set is the > file > type and doesn't really have much to do with

Re: Undeploy task not working

2006-06-07 Thread Marc Farrow
Which still implies a permission problem. On Windows 2000 check the security tab of the webapps folder under Tomcat. Make sure the account that is running Tomcat has permission to "delete". The "archive" set is the file type and doesn't really have much to do with permissions. On 6/7/06, Alber

Re: Undeploy task not working

2006-06-07 Thread Alberto Montoya
2006/6/7, Venkatesh Babu <[EMAIL PROTECTED]>: Hi, Hi, Thanks for the replies and suggestions. I'm running Tomcat on a Windows 2000 machine. I saw the directory permissions and it is just an "Archive" set. Also, our webapp is not having any database connection open. Still I'm unable to unde

Re: Undeploy task not working

2006-06-07 Thread Venkatesh Babu
Hi, Thanks for the replies and suggestions. I'm running Tomcat on a Windows 2000 machine. I saw the directory permissions and it is just an "Archive" set. Also, our webapp is not having any database connection open. Still I'm unable to undeploy the app using undeploy target. Thank you, Venkatesh

Re: Undeploy task not working

2006-06-06 Thread Marc Farrow
It also could be a permissions problem. What platform is the server? I know on OpenVMS that if you use the manager application to deploy an application and then try to undeploy it, the permissions on the directory are not correct and thus it cannot delete the directories. (There is a logical to

Re: Undeploy task not working

2006-06-06 Thread Peter Hubbard
On Mon, 2006-06-05 at 23:40 -0700, Venkatesh Babu wrote: > Hello All, > > I'm using Tomcat 4.1 and trying to deploy/undeploy > application using ant targets. > > Earlier I posted a mail on deploy task not working due > to some protocol error. Got the solution for that :-) > > But right now undep

Undeploy task not working

2006-06-05 Thread Venkatesh Babu
Hello All, I'm using Tomcat 4.1 and trying to deploy/undeploy application using ant targets. Earlier I posted a mail on deploy task not working due to some protocol error. Got the solution for that :-) But right now undeploy task is not working. It is giving an error saying: FAIL - Cannot remov