http://localhost:8080/manager/status/all will give you pretty much all available information on the tomcat you ask about. It's in HTML.
http://localhost:8080/manager/status?XML=true - doesn't show the hosts, as far as I can tell. -----Original Message----- From: John Powers [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 4:46 PM To: Tomcat Users List Subject: list hosts under tomcat /manager/list Give you a list of the contexts in the current virtual host inside tomcat. Is there a way to get a list (preferably xml) of the hosts defined in tomcat? I have a servlet in each host that I want to call and aggregate the info, but I need a list of the hosts so I can know who to call for that servlet. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]