Re: Manager deployment for ROOT.war not working properly.

2007-01-03 Thread Mark Thomas
Keith Bottner wrote: > I do believe that this is a legitimate bug but I need some way to workaround > the issue since I can't wait to solve this until the next version of Tomcat > is released. It is worth entering this in Bugzilla, along with any work-around, so it gets looked at. Mark

Re: Manager deployment for ROOT.war not working properly.

2007-01-03 Thread David Delbecq
En l'instant précis du 01/03/07 01:21, Keith Bottner s'exprimait dans toute sa noblesse: > > Now this works perfectly if I do it from http://10.0.0.2/manager/html and > use the Web interface to upload the ROOT.war. It deploys to / with no > problems. But if I use the non HTML version it will not

Manager deployment for ROOT.war not working properly.

2007-01-02 Thread Keith Bottner
I am documentation and Googled out. I am attempting to use the Tomcat Manager so that I can script deployment to a Farm of servers. I soon found out that deploying a ROOT web application does not work. # curl -u manager:passsword -T /home/manager/ROOT.war http://10.0.0.2/manager/deploy?path=/ I

Manager deployment for ROOT.war not working properly.

2006-12-29 Thread Keith Bottner
I am documentation and Googled out. I am attempting to use the Tomcat Manager so that I can script deployment to a Farm of servers. I soon found out that deploying a ROOT web application does not work. # curl -u manager:passsword -T /home/manager/ROOT.war http://10.0.0.2/manager/deploy?path=/ I