Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
ients... 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 o

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
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, >

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
what you want. The link > below 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, >&g

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
Tomcat and repeat 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 wrote: >>

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
urrent manager do > 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, >>> inst

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 w