AW: Can I find out what webapps resin is running?

"Busch, Steffen" <[email protected]> Wed, 14 Jun 2006 15:25:59 +0200
Newsgroups gmane.text.xml.resin.user
Message-ID <[email protected]>
you may have a look on this site:
http://www.caucho.com/resin-3.0/jmx/servlet.xtp

At least in version 2.1 of resin, it displays in "Hosts and Applications"
section this information:

Host                    Web-App       Sessions  
http://localhost:8080  
                        /              4 
                        /app           8 
                        /foo           15
                        /bar           16

Regards, Steffen

> Just a quickie. Apart from performing an ls on the webapps directory is 
> there anyway I can query a Resin server to tell me what webapps it is 
> currently hosting (by name).
> 
> i.e. If I have 4 apps called app, foo, bar, test can I get a webpage up 
> which says "Currently hosting app, foo, bar, test".
> 
> I'm not about the status of the app just what its got.
> 
> Thanks,
> 
> Andy Yates