> Install SlideRealm in Tomcat's server-xml as described at: > http://jakarta.apache.org/slide/howto-tomcat.html > > or enter the users in tomcat-users.xml > > HTH > Guido >
Aha, I added <user name="root" password="root" roles="root"/> and <user name="john" password="john" roles="user"/> into the tomcat-users.xml. You're right, now it works. Thanks. Does this mean, that every Slide user must also be defined as a Tomcat user, if I don't want to install the SlideRealm in Tomcat's server.xml? In this case: are Tomcat roles the same as Slide groups? > > andpro77 schrieb: > > Hi all! > > > > Sorry, but I have a question about authentication again. > > > > I installed Slide as a webapp in TC4.0.4. After restarting Tomcat the > > slide.war was unpacked. So I could access > > %tomcathome%\webapps\slide\WEB-INF\web.xml. I uncommented the <security- > > constraint> at the bottom of the file. > > > > The problem is, Slide won't let me in with the users root and john, > > which are defined in Domain.xml by default. > > > > Is there a known problem? Or what do I do wrong? > > BTW: These users work on port 8081 when using the preconfigured Slide > > with the preconfigured TC4.0.1. > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
