Hello,
I am a new slider, and using Slide 1.0.16 with Tomcat integrated. I got a "
Unauthorized" message when opening http://localhost:8081, and login with
radmin:radmin . Here is what i did :
1) edited myslide\server\conf\slide\slide.data
<!-- /users/root represents the administrator -->
<objectnode classname="slideroles.basic.RootRoleImpl"
uri="/users/root">
<!-- Uncomment and change the password to allow login as root to
edit the namespace -->
<revision>
<property name="password"
namespace="http://localhost:8081/slide/">radmin</property>
</revision>
</objectnode>
2) added the following in myslide\server\conf\tomcat-users.xml
<user name="radmin" password="radmin" roles="tomcat,root" />
I am wondering where physically "/users/root" is mapped to , and do i need to
extract some .war files?
Thanks for your help.
-Julie
Elodie Tasia wrote:
> RFC 2068 is http. The response you are getting was not generated by the
> WebdavServlet. I'm guessing it wasn't installed properly. Try the following
> :
>
> - unpack the binary distribution anew somewhere, lets say at c:/
> - edit c:/jakarta-slide-1.0.16/server/conf/slide/slide.data :
> find objectnode element with uri attribute value '/users/root' follow the
> instructions to uncomment the password property.
>
> >> I've re-installed Slide, and uncommented the password, but it doesn't
> work better.
>
> - change directory to c:/jakarta-slide-1.0.16/server/bin
> - type 'catalina run' or 'startup'
> - Open a browser window go to http://localhost:8081 or point the slide
> client to that location.
>
> >> And you know what ?
> I get at the end of the page :
>
> files/
> ACL Info
> Subject Action Inheritable Deny
> /users/john /actions/manage true false
> +/users/groupA /actions/write true false
> nobody /actions/read true false
> /users/guest /actions true false
> /users/elo /actions/manage true false
> +/users/group /actions/write true false
>
> ... although I deleted the users john anf groupA and replaced it with elo
> and group. That's not normal, too...
>
> Other question : if I would like to put some files to /slide, where could I
> "physically" find them ?
> How can I change the server root ? Where is it ? It's just CATALINA_HOME ?
>
> Please, help, I become mad ! :o(
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>