Since the application is at root I cannot deploy or install my webapp first. I need to be able to disable the app and free up the context path. But undeploy and remove both give me the same error.
Eddie -----Original Message----- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 9:21 AM To: Tomcat Users List Subject: Re: having a problem with undeploy in tomcat web manager Did you originally use the Ant manager tasks to "deploy" the application? If not, you need to use "install" and "remove". "deploy" and "undeploy" are a special case for remote deployment of a .war file using HTTP PUT which normal browsers don't support. So, if you didn't use the Ant manager "deploy" task to deploy the application in the first place, don't use "undeploy" to undeploy the application. Jake At 08:26 AM 3/31/2003 -0800, you wrote: >I am having problems with the tomcat web manager. When I try to undeploy my >webapp using the ant task undeploy, I get an error that looks like: > >undeploy: > [undeploy] FAIL - Cannot remove document base for path / > >I can stop, start and reload my webapp using the ant tasks, but not undeploy >or remove the webapp. I am running tomcat 4.1.24 and redhat 7.1. Thanks for >any help. > >Eddie > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
