2 things..
1. the "deploy" command uses the HTTP PUT method. No browser out there supports this. You need to use the Catalina Ant tasks to run "deploy". What you want is "install".
2. Tomcat-4.1.19 had the manager app retooled. In the process, the servlet mapping for the deploy command was not added to the web.xml. To enable it, add the mapping. I reported the a bug on this and it has been fixed. Versions of Tomcat later than 4.1.19 will have the fix applied.
Jake
At 10:48 PM 2/8/2003 +0000, you wrote:
Hi, why when i try to make: http://127.0.0.1:8080/manager/deploy?path=/examples, it gives an error:FAIL - Unknown command /deploy Thanks AAM