I use tomcat with multiple virtual host.
I want to open access to Tomcat Manager for all virtual host "independently" only for list/start/stop their web applications from an html page.
My first idea was to extends the org.apache.catalina.servlets.ManagerServlet and insert it in manager application.
In this case, i have to fight with a lot of security contraints ?
Is there a better solution, documentation ?
thks !
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
