Re: how to list all the current webapps of the tomcat into a text file

2007-07-30 Thread oj
Hi, just want to thank you both for your help!!! David Smith-2 wrote: > > If you look at > http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#JMX%20Query%20command > > or the equivalent for your specific version of tomcat, you'll see you > can do this: > > http://localhost:8080/man

Re: how to list all the current webapps of the tomcat into a text file

2007-07-30 Thread Johnny Kewl
So many ways. pick one http://localhost:8080/manager/list Will give you the stuff in a browser, for the domain. If you look at the file name under Tomcat 5.5.23/conf/Catalina/host They are the loaded WebApps little bit of code will get it for you Maybe Dir *.* > filename will pi

Re: how to list all the current webapps of the tomcat into a text file

2007-07-30 Thread David Smith
If you look at http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#JMX%20Query%20command or the equivalent for your specific version of tomcat, you'll see you can do this: http://localhost:8080/manager/list and it works just as well using curl or wget as it does with a full web clien