Am Montag, 20. Juni 2005 20:20 schrieb Steve Ochani: > Hi, > > You don't have the admin rolename defined. >
Yes, this it was. Thank you. But I have now another Problem. Now I can login as a 'manager' but still cannot login as an admin. I have changed the tomcat-user.xml this way: [code] <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="tomcat"/> <role rolename="role1"/> <role rolename="manager"/> <role rolename="admin"/> <user username="Adminstrator" password="blablabla" roles="manager,admin"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> <user username="role1" password="tomcat" roles="role1"/> </tomcat-users> [/code] And I got this dumped: [quote] HTTP Status 404 - /admin/j_security_check type Status report message /admin/j_security_check description The requested resource (/admin/j_security_check) is not available. Apache Tomcat/4.1 [/quote] But I really installed the tomcat4-admin-Packages of Debian. What is the problem now? Gruss Christian -- Christian Stalp Institut für Medizinische Biometrie, Epidemiologie und Informatik Johannes-Gutenberg-Universität Mainz Tel.: 06131 / 17-3107 E-Mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
