Hi all,
Provided my memory serves me correctly, you can't use the manager
application to deploy.
Deploy requires the use of POST, and the ant task is the only way
to do that.
Use install instead, or the ant deploy task, or copy a context.xml
into the webapps dir, or package up a war and put it into webapps.
So many options, so little time....
Cheers,
-- jon
Boris Folgmann wrote:
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?
--
Jon Eaves <[EMAIL PROTECTED]>
http://www.eaves.org/jon/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>