Sherif D Mohamad wrote: > Dear All, > > I successfully installed tomcat standalone on rehat linux 7.3 and seems > working ok, I am trying to use the manager to I can make changes to sites > without restarting server > > When I try the command : > http://www.myserver.com/manager/deploy?path=/firsttest > I have the following error > FAIL - Unknown command /deploy > > Although docs says it should respond with : OK - Deployed application at > context path /firsttest
For my local tomcat installation I use the install command for deploying WAR files: http://www.myserver.com:8080/manager/install?path=/firsttest&war=jar:file:/home/yourname/firsttest.war!/ And it works. IIRC I had also problems with deploy. There's also this page: http://www.myserver.com:8080/manager/html/list The list of installed apps is nice, but I never managed to use the install form provided on this page. Does anybody know what has to be entered in the text fields? -- Dipl.-Inf. Boris Folgmann mailto:[EMAIL PROTECTED] Folgmann IT-Consulting http://www.folgmann.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
