Hi all, I'd want to create and deploy new Virtual(s) Host(s) and Contexts without having to restart the entire Tomcat Server (4.1.31 or 5.0.28). This works if my Host(s) exist in server.xml when I start Tomcat (I follow http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html).
BUT, if I want to create and deploy new Hosts before deploying new Contexts, I don't succeed (I tried this with the Tomcat Admin tool and the Tomcat Manager Tool) In my test, I create a new Host (myHOST) with the Tomcat Admin tool. I put a Logger and a manager Context into it. The problem is : With the Admin GUI, it is not possible to put privileged=true, so, when I launch http://myHost:8080/manager/html/list, I have a SecurityException because the HTMLManagerServlet est privileged and cannot be loaded by this web app... I don't find a solution in the mailing lists, so, what is the solution for this ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
