Re: Adding another schema to the web.xml

2014-01-16 Thread André Warnier
Blaise Gervais wrote: Hello, I have a webapp named "portal" who gather informations about other webapps ("modules") running on the same Tomcat instance. The "portal" use JMX to list all the webapps and then parse the web.xml to extract the "module" 's name and description. So I can create a page

Adding another schema to the web.xml

2014-01-16 Thread Blaise Gervais
Hello, I have a webapp named "portal" who gather informations about other webapps ("modules") running on the same Tomcat instance. The "portal" use JMX to list all the webapps and then parse the web.xml to extract the "module" 's name and description. So I can create a page with a link to all thos