I looked into the distribution 1.0.14, the conf/server.xml is configured to use MemoryRealm instead of SlideRealm. Am I missing something?
-----Original Message----- From: Raj Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 1:00 PM To: [EMAIL PROTECTED] Subject: RE: Webdav servlet caching new info hi, The setup is already done if you are using the latest binary distribution(1.0.14) . Go to the server directory and type bin\startup and the server should start and the authentication done using SlideRealm. You can look at the server\conf server.xml file to see how it has been changed to use SlideRealm for authentication. For example if you want /users/john to be authenticated using SlideRealm you entry in the Domain.xml file should be as follows. <objectnode classname="slideroles.basic.UserRoleImpl" uri="/users/john"> <revision> <property name="password">john</property> </revision> </objectnode> Then the user john will be able to login with password "john". rajkumar -----Original Message----- From: Jiantao Pan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 8:56 AM To: [EMAIL PROTECTED] Subject: RE: Webdav servlet caching new info Hi, Does anybody have experience for setting up SlideRealm up for authentication when using tomcat4.0. Could someboby give me some pointers on how to set it up and configure it? Thanks Jiantao
