Re: Has anyone created a WSDL for the Manager Application

2009-05-28 Thread André Warnier
Martin Gainty wrote: Andre could you explain how mod_perl would handle routing capability to pass to tc instances?..could mod_perl accomplish the functionality of a load-balancer? It certainly could, but you don't have to go that far. A mod_perl module could handle the original request (be it

RE: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Martin Gainty
ous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 28 May 2009 00:33:35 +0200 > From: a...@ice-sa.com > To: users@tomcat.apache.org > Subject: Re: Has anyone created a WSDL for the Manager Application > > Mike Oliver wrote: > ... > Unless I misu

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
t;>>>>> I have multiple instances of Tomcat installed and need to manage the >>>>>>> applications deployed on those instances. >>>>>>> >>>>>>> Currently I must login with a username and password to each instance >>>>>>&g

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
; But that is of course because I am a mod_perl fan, and because for this > kind of problem, it seems to me like the most flexible tool. Other > people may have other suggestions. > > > - > To unsubscribe, e-mail: users

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread André Warnier
Mike Oliver wrote: ... Unless I misunderstand, - the first part of your problem is to be able to login once, and then have this login be valid for all separate Tomcat instances. - the second part of the problem is then, for each Tomcat instance, to be able to use manager-like functionalities to

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mark Thomas
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 requires all files to already e

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
;>>>> that same username and password but via Web Services from a central >>>>> location >>>>> using WSDL or REST. >>>>> >>>> Understood. So what do you need that http://host:port/manager (rather >>>> than http://hos

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread David Smith
Color me crazy, but I'm working on a WSDL project now and ... well ... yuck. Sorry .. just had to get that out of my system. :-) The services offered by manager should work for what you want. The link below is for tomcat 6, but there are equivalents for whatever version you are working with: h

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mark Thomas
Mike Oliver wrote: > Hmmm, > > I am not looking for the contents of /manager either in HTML or XML. /manager is plain text for automated tools /manager/html is the GUI Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.a

RE: Has anyone created a WSDL for the Manager Application

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

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >> > > --------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apach

RE: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Martin Gainty
accepter aucune responsabilité pour le contenu fourni. > Date: Wed, 27 May 2009 09:37:27 -0700 > From: moli...@corenttech.com > To: users@tomcat.apache.org > Subject: Has anyone created a WSDL for the Manager Application > > > I would like to use Web Services to access the m

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Peter Lin
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: > Mike Oliver wrote: >> Ok perhaps I was unclear. >> >> I have multiple instances of Tomcat installed and need to manage the >> applications deployed on those instanc

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mark Thomas
Mike Oliver wrote: > Ok perhaps I was unclear. > > I have multiple instances of Tomcat installed and need to manage the > applications deployed on those instances. > > Currently I must login with a username and password to each instance > /manager application through the normal user interface. >

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
additional commands, e-mail: users-h...@tomcat.apache.org >> > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > &g

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Ken Bowen
I may be misunderstanding, wasn't the OP asking for a way to connect to all those different managers without separate logins? Sort of like a single-signon for the the managers? Or can the current manager do such a thing across multiple Tomcats? Ken On May 27, 2009, at 12:45 PM, Mark Tho

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mark Thomas
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 implementation to duplicate the manager or > administration applications operations via web services.

Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Mike Oliver
would be fine too. Ollie -- View this message in context: http://www.nabble.com/Has-anyone-created-a-WSDL-for-the-Manager-Application-tp23746190p23746190.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To