Thanks, Julian. Please see my comments below I'm using Slide 1.0.16 and JDK 1.3.1
- leo -----Original Message----- From: Julian Klein [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 11:14 AM To: Slide Users Mailing List Subject: Re: help new Slide user Leo, > 1) trying to envoke the Admin app, slide-admin, > under Tomcat 4.1. It's prompting for password and I > enter root/root (I added root/root) to > tomcat-users.xml file. Doesn't let me in. What am i > doing wrong? You should check your $TOMCAT_HOME/logs dir to see what errors are thrown. Let me know what you find there... LB: Well, unfortunately no error is logged. Currently there is user "root" in domain.xml (which is inside slide.war file in /slide/webapp) <objectnode classname="slideroles.basic.RootRoleImpl" uri="/users/root"> <revision> <property name="password">root</property> </revision> </objectnode> and in tomcat-users.xml (which is under /server/conf) <tomcat-users> <user name="root" password="root" roles="manager" /> <user name="tomcat" password="tomcat" roles="tomcat" /> <user name="role1" password="tomcat" roles="role1" /> <user name="both" password="tomcat" roles="tomcat,role1" /> </tomcat-users> Am I using correct files? I'm trying ports 8081 and 8082 and cannot log in. > 2) trying to run "webdavgui" client. Yes, I was able > to build it. But, again, login doesn't work. What > should be username/password and what should be the > "root path"? The root/root password should suffice. I have no real experience in the webdav gui so I could be wrong, but I imagine it uses the same ACL as the webdav server (the tomcat_users.xl ACL you have setup). LB: I am not sure I understand the notion of "filesPath" under Slide. I think maybe my problems stems from that. I have this entry in domain.xml: <filespath>/files</filespath> What absolute path should this be translated to? My file structure looks like this: C:\jakarta\jakarta-slide\server C:\jakarta\jakarta-slide\client C:\jakarta\jakarta-slide\slide Also what version of slide are you running, jvm? -Julian ===== Live simply so others may simply live. -Ghandi Pluralitas non est ponenda sine neccesitate. "Entities should not be multiplied unneccesarily" -William of Occam __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- 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]
