> From: [email protected] [mailto:[email protected]] > Subject: Having login trouble to tomcat > > <tomcat-users> > <!-- > <role rolename="tomcat"/> > <role rolename="role1"/> > <role rolename="manager"/> > <role rolename="admin"/> > <user username="tomcat" password="tomcat" > roles="tomcat,admin,manager"/> > <user username="both" password="tomcat" roles="tomcat,role1"/> > <user username="role1" password="tomcat" roles="role1"/> > --> > </tomcat-users> > > I don't see anything wrong in the logs. Any suggestions as to how I > might debug this problem?
Try uncommenting the <role> and <user> elements. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
