----- Original Message ----- From: "Olivier CAUSSE" <[EMAIL PROTECTED]> To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 6:05 AM Subject: RE: password in Domain.xml
Hi, Thanks to Oliver Zeigermann, on my install (XP, Tomcat 5.0.19), the solution was : A) to update Domain.xml like this : <objectnode classname="org.apache.slide.structure.SubjectNode" uri="/users/root"> <revision> <property namespace="http://jakarta.apache.org/slide/" name="password">any_password_you_want</property> </revision> </objectnode> B)To stop Tomcat, and remove the directory %CATALINA_HOME%\bin\store as Oliver Zeigermann suggested. BTW : After I posted my question to this list, I found this info written somewhere in the documentation, but I can't remember where... ;-) PS : >ps - in Oliver's reply, uri="/conf/users/root" is incorrect. Should be >ps uri="/users/root". you can use any URI, but, you must set at Domain.xml, <!-- Paths configuration --> <userspath>/conf/users</userspath> <rolespath>/conf/roles</rolespath> <actionspath>/conf/actions</actionspath> <filespath>/archivos</filespath> Regards, Juan Andr�s. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
