Frank, The settings in the Domain.xml file are only applied when a store is created, which is basically the first time you start Slide. To change the root user's password you either need to use the command line client (or another webdav client) or delete the "store" and "metadata" directories in TOMCAT_HOME/bin and restart Slide. If you delete the directories keep in mind that you'll lose any files that you uploaded and any other changes you've made that aren't in the Domain.xml file.
As for the manager application, you should be able to edit the TOMCAT_HOME/server/webapps/manager/WEB-INF/web.xml file to use the "root" role rather than the "manager" role. You'll need to edit the /web-app/security-constraint/auth-constraint/role-name and /web-app/security-role/role-name elements (both are at the bottom of the file). The other option is to create a manager role in Slide and add the root user to that role. Both should work, I think. You'll need to do a similar thing for the admin role to use the admin application. -James >>> [EMAIL PROTECTED] 6/23/2004 3:29:22 AM >>> Hi there, I'm just playing around with that slide 2.0/tomcat 5.0.19 bundle. I wanted to test the tomcat's manager webapp, and added a user with manager role to the tomcat-users.xml as described in the docu. I restarted, but still I can not log in. With the slide it's not better. I wanted to change the default password "root" for user "root" and therefore edited the /slide/Domain.xml file, changing the password. again restarted. Still login with root/root is possible, my new password doesn't work. I also deleted the entries in the work directory and searched the directory structure for other appearances of the user root. But I couldn't find a hint. Can someone help? What am I doing wrong? I didn't change the other config, like store or security matters. Gr��e, Frank --------------------------------------------------------------------- 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]
