Do I have to copy the entire webapp into each virtual host's appbase or will it be enough to just add the context definition? I have added the context definition, but am getting a servlet error that says ManagerServlet is priveleged and can't be loaded.
-----Original Message----- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 9:53 AM To: Tomcat Users List Subject: Manager problem (Priveleged Servlets?) with Virtual Hosts This is my first attempt at using the manager and I am having some problems. I can use the manager if I access the localhost. It shows me everything installed into the webapps folder. I am trying to set up the manager for each virtual host but am having problems. I have entered the context definition for the <Host> like this... <Context path="/manager" docBase="/usr/local/tomcat4112/server/webapps/manager" debug="9" priveleged="true"/> After logging into the manager, I get the following error... "ManagerServlet is privileged and cannot be loaded" Is there some other security setting I need to change to make this work? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
