Greetings, all, I am setting up a Tomcat server for the developers I work with, and am having a problem getting the config to work the way they requested. They want their own custom webapp to be the default webapp, and have the manager available to allow deploying new versions of their webapp, stopping and starting it, etc. I am setting the webapp to be the default webapp by adding this block to the server.xml file:
<Host name="ourapp.mit.edu" appBase=""> <Context path="" docBase="webapps/ourapp" > </Context> </Host> And this kills the manager dead. I can not figure out what I need to do to bring the manager back so we can use it. Any pointers would be greatly appreciated. Thank you for your time. -- View this message in context: http://www.nabble.com/Having-both-Manager-and-non-default-webapps-as-root-tf4152861.html#a11814580 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
