Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
I would like to use Web Services to access the many tomcat instances I have, instead of having to login to each Manager individually. Has anyone created a WSDL wrapper implementation to duplicate the manager or administration applications operations via web services. Non WSDL REST web services

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
such a thing across multiple Tomcats? Ken On May 27, 2009, at 12:45 PM, Mark Thomas wrote: Mike Oliver wrote: I would like to use Web Services to access the many tomcat instances I have, instead of having to login to each Manager individually. Has anyone created a WSDL wrapper

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
an operation like deploying a new war file to update all the instances that need it. Peter Lin wrote: I think he wants it in XML format, and be able to bind it to an object model On Wed, May 27, 2009 at 1:29 PM, Mark Thomas ma...@apache.org wrote: Mike Oliver wrote: Ok perhaps I was unclear

RE: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
Thanks Martin, I would imagine that the manager application wrapped in a web services implementation would have no less security than the manager/html application, and therefore be no more vulnerable than /manager/html would be. At any rate, all our tomcats in our server farm are firewalled and

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
is for tomcat 6, but there are equivalents for whatever version you are working with: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Supported%20Manager%20Commands --David Mike Oliver wrote: Hmmm, I am not looking for the contents of /manager either in HTML or XML

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
this with WSDL using Axis or hand coded it, that's what I am interested in, nothing else, if nobody has done it, fine, I will do it myself. Please don't offer any other solutions, not interested. Ollie awarnier wrote: Mike Oliver wrote: ... Unless I misunderstand, - the first part of your problem

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
... Ollie Mark Thomas-18 wrote: Mike Oliver wrote: Thanks, The URI commands don't quite cut it. As I stated I want to deploy a new war file. It supports that. Using PUT if I recall correctly. The use of HttpClient to connect and send commands is one thing but to use these commands