You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by risky57 <ri...@hotmail.com> on 2007/04/17 21:15:41 UTC

RE: Help with Manager Embedded Web Application

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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org