probably not much help to you now, being nearly half a year later.
i had the same problem. manager section would not show anything. found your post and started looking closer and closer to what i was doing. you have to and the word manager to the tomcat-users.xml file. the manager section only works if this has been set. this file is located in the conf folder. <tomcat-users> <user name="tomcat" password="tomcat" roles="tomcat, manager" /> <user name="role1" password="tomcat" roles="role1" /> <user name="both" password="tomcat" roles="tomcat,role1" /> </tomcat-users> hope this helps someone else. -- View this message in context: http://www.nabble.com/Help-with-Manager-Embedded-Web-Application-tf2347728.html#a10044243 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]