Re: Tomcat Manager Commands via HTTP

2006-09-06 Thread Mikolaj Rydzewski
Yusuf wrote: I have a Tomcat server running on one machine with one webapp loaded. The webapp itself is empty, but there's a web service deployed to its context (ie. I have Axis running inside the webapp!). I need to restart either the webapp or Tomcat, and my question is how do I do that? To

Re: Tomcat Manager Commands via HTTP

2006-09-06 Thread David Smith
There are a lot of command line tools that can send the basic auth headers expected by the manager. Curl and wget come to mind. You could also use a java program with the commons httpclient project easily enough. You could send the url in a browser address bar easily enough as well, although you

Re: Tomcat Manager Commands via HTTP

2006-09-06 Thread Yusuf
il: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Tomcat-Manager-Commands-via-HTTP-tf2225390.html#a6169795 Sent from the Tomcat - User forum at Nabble.com.

Re: Tomcat Manager Commands via HTTP

2006-09-06 Thread Mark Thomas
Yusuf wrote: > Hi > > I have a Tomcat server running on one machine with one webapp loaded. The > webapp itself is empty, > but there's a web service deployed to its context (ie. I have Axis running > inside the webapp!). > I need to restart either the webapp or Tomcat, and my question is how do I

Tomcat Manager Commands via HTTP

2006-09-06 Thread Yusuf
trying to execute Tomcat manager commands via HTTP. How would I work around the login dialog? Is it possible to specify the username and password as well? If it's not possible, how else could I reload a webapp from a remote machine? (I'm trying the above method, but I don't want the