Hi, fantastic! Now it works. But i thought the definition of the users and roles ist placed in the domain.xml. Why i have to define the roles and users twice?
Thanks and Greetings, Uwe > --- Ursprüngliche Nachricht --- > Von: Veronica Ballarta Santillán <[EMAIL PROTECTED]> > An: [email protected] > Betreff: RE: authentification problem > Datum: Tue, 02 May 2006 06:15:14 -0700 > > > Hi > PLease check tomcat-users .xml .you have to add root user > > <tomcat-users> > <role rolename="root"/> > <role rolename="manager"/> > <role rolename="admin"/> > <user username="root" password="root" roles="root"/> > <user username="admin" password="" roles="admin,manager"/> > </tomcat-users> > > I hope this help, > Greetings, > Verónica Ballarta > > > > From: "Uwe Heldt" <[EMAIL PROTECTED]> > Reply-To: "Slide Users Mailing List" <[email protected]> > To: [email protected] > Subject: authentification problem > Date: Tue, 2 May 2006 14:58:00 +0200 (MEST) > >Hi everybody, > > > >i've just installed Slide in Tomcat. I've copied the slide.war into the > >tomcat webapp folder. Everything works fine. But if i enable > >autehtification > >in the web.xml as described in the slide documentation i got an user > login > >but and try each of the users (root/root , john/john, ...) but none of > >these > >works. What's wrong?? Please help me. > > > >Greetings, > >Uwe > > > >-- > >"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... > >Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- GMX Produkte empfehlen und ganz einfach Geld verdienen! Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
