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" <UweHeldt gmx.de>
Reply-To: "Slide Users Mailing List"
<slide-user jakarta.apache.org>
To: slide-user jakarta.apache.org
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/d
e/go/topmail
>
>--------------------------------------------------------
-------------
>To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
>For additional commands, e-mail: slide-user-help jakarta.apache.org
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|