Has anyone written a simple command-line interface to the Tomcat
Manager?  Having Ant tasks is nice, but I have no intention of
installing Ant on our production servers.  I'm thinking of something
like this:

  # tomcat restart app1
  # tomcat stop app2

...where all the script does is stitch the command-line args into a URL,
send the HTTP request, wait for the Manager's response, and report
success/failure.

Surely I'm not the first one to want such a tool...

        Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to