Hi, What I noticed in the domain.sample is that the password property does not have a namespace attribute. After looking at the source code i noticed that the system only considers a password property with the namespace set to http://jakarta.apache.org/slide/. Here is an example with the root user also assigned to the root role. <objectnode classname="slideroles.basic.RootRoleImpl" uri="/users/root"> <revision> <property namespace="http://jakarta.apache.org/slide/" name="password">root</property> </revision> </objectnode>
Note that assigning the root role to the root user is maybe also required to get you to log in. i also noticed that the web.xml is incomplete (there are warnings in the log of tomcat). For each role-name element in the auth-constraint a security-role element should be added in web.xml. However, I am not sure that this makes any difference.i do not think that this makes any difference. Hope this helps and is at least of interest. Let me know if this helps and should be added to the wiki. If so then i can do that. gr. Martin Taal On Tuesday 01 July 2003 12:01, you wrote: > ----- Original Message ----- > From: "Brian Engel" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, July 01, 2003 8:18 PM > Subject: Re: Slide Committer support > > > Ditto.... The documentation is really bad for Slide. > > You can have the best piece of software in the world but if no one can > figure out how to use it, it is worthless. > > >>> [EMAIL PROTECTED] 07/01/03 01:33PM >>> > > Would it be possible for someone in the know, to go to the SlideProject > Wiki ( http://nagoya.apache.org/wiki/apachewiki.cgi?SlideProjectPages ) > and put in the TomcatSetup pages under Tips and Tricks, the exact steps > necessary to use SlideRealm in Tomcat 4.1? > > I have read through the archives and found more questions than answers and > still have not been able to get it to work. There are plenty of > generalities but nothing I could find that specifically says: Insert > <realm... in the <host> element or <engine> element, etc. > > Looking for what exactly do we put in tomcat's server.xml and where. What > do we need to do in the two web.xml in slide and slide-admin? What > changes do we make to slide.properties in the slide-kernal.jar to get > slide-admin working? > > Michael Oliver > CTO/Matrix Intermedia > 7391 S. Bullrider Ave. > Tucson, AZ 85747 > Office (520)574-1150 > Cell (518)378-6154 > > > > > > > --------------------------------------------------------------------- > 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] -- With Regards, Martin Taal Springsite Barchman Wuytierslaan 72b 3818 LK Amersfoort tel: +31 (0)33 462 02 07 fax: +31 (0)33 463 77 12 Mobile: +31 (0)6 288 48 943 email: [EMAIL PROTECTED] web: www.springsite.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
