> [1] > http://localhost:8080/manager/html/remove?path=/tomcat-docs > OK - Removed application at context path /tomcat-docs > -> tomcat-docs directory has *not* been removed from hosts
yes, but the application is actually removed, did you try to access it to verify? I believe this is explained in the docs > http://localhost:8080/manager/html/install?path=/tomcat-docs > FAIL - Invalid context path null was specified looks like you are missing some parameters, not sure about this one Filip > -----Original Message----- > From: Tomasz Nowak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2003 5:38 PM > To: [EMAIL PROTECTED] > Subject: Are these two issues Tomcat bugs? > > > I don't really know if these two issues are my faults or Tomcat bugs. > I searched bugzilla, but none of these has been reported as a bug. > > 1. conf.xml: autoDeploy="false" does not work in my 4.1.18 > > 2. /manager: 'install' and 'remove' commands does not work for me :( > - remove command does not remove [1] > - install - unsuccessfull in every single try [2] > > > [1] > http://localhost:8080/manager/html/remove?path=/tomcat-docs > OK - Removed application at context path /tomcat-docs > -> tomcat-docs directory has *not* been removed from hosts > appBase, nor work-dir (they should be acc to docs) > > [2] > These URIs below were written by me by hand according to > manager-howto: > > http://localhost:8080/manager/html/install?path=/tomcat-docs > FAIL - Invalid context path null was specified > > http://localhost:8080/manager/html/install?war=tomcat-docs > FAIL - Invalid context path null was specified > > http://localhost:8080/manager/html/install?war=file:/C:\Local\ tomcat-4.1.18\webapps\tomcat\tomcat-docs FAIL - Invalid context path null was specified http://localhost:8080/manager/html/install?path=/tomcat-docs&war=file:/C:\Local\tomcat-4.1.18\webapps\tomcat\tomcat-docs FAIL - Invalid context path null was specified Then I tried also html-form to install webapp: http://localhost:8080/manager/html/install?path=&installPath=%2Ftomcat-docs&installConfig=&installWar= FAIL - Invalid application URL was specified # WAR URL: [ file:C:\Local\tomcat-4.1.18\webapps\tomcat\tomcat-docs ] http://localhost:8080/manager/html/install?path=&installPath=&installConfig=&installWar=file%3AC%3A%5CLocal%5Ctomcat-4.1.18%5Cwebapps%5Ctomcat%5Ctomcat-docs FAIL - Encountered exception java.net.MalformedURLException: no protocol: # WAR URL: [ file:/C:\Local\tomcat-4.1.18\webapps\tomcat\tomcat-docs ] http://localhost:8080/manager/html/install?path=&installPath=&installConfig=&installWar=file%3A%2FC%3A%5CLocal%5Ctomcat-4.1.18%5Cwebapps%5Ctomcat%5Ctomcat-docs%5C FAIL - Encountered exception java.net.MalformedURLException: no protocol: # WAR URL: [ file://C:\Local\tomcat-4.1.18\webapps\tomcat\tomcat-docs ] http://localhost:8080/manager/html/install?path=&installPath=&installConfig=&installWar=file%3A%2F%2FC%3A%5CLocal%5Ctomcat-4.1.18%5Cwebapps%5Ctomcat%5Ctomcat-docs FAIL - Encountered exception java.net.MalformedURLException: no protocol: PS. Yes, I have such webapps directory structure. <Host name="tomcat" appBase="webapps/tomcat" ... -- Tomek --------------------------------------------------------------------- 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]
