Well, I don't know if there is anyone out there reading this, but I got it :-)
The problem was due to a misunderstanding about the meaning of the word uncomment.
I get the original version of the slide.data file, I uncommented the revision statement (first time I thought that revision was part of the comment :-( ) and, after that it worked fine.
Now my configuration is this:
<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://jakarta.apache.org/slide/";>root</property>
</revision>
</objectnode>


It was difficoult to find something in the docs and FAQs, becouse there was no reference to the slide.data file.
I got the example looking at a FAQ speaking of a domain.xml that wasn't in my release.
As far as I can see, that was the original conteiner that was divided into two other files. One of this is the slide.data.


Well, now I have only one question. In that example I found, there was not the "namespace" attribute inside the property node.
How does it work and why I have to set it to "http://jakarta.apache.org/slide";?
Thanks in advance,
Giorgio Franceschetti



Giorgio Franceschetti wrote:


Well, I have found an exaple, and I have seen that there was a part missing.
Now it is like this:
<objectnode classname="slideroles.basic.RootRoleImpl"
uri="/users/root">
<revision>
<property name="password">root</property>
</revision>
</objectnode>


But it still doesn'nt work. Every time I have restarted the server.
The following from the Webdav_log
2003-10-31 21:10:00 Slide realm[/slide]: User root doesn't have his password property set : can't authenticate


Thanks,
  Giorgio

Giorgio Franceschetti wrote:

Now I have changed this way:

       <!-- /users/root represents the administrator -->
               <objectnode classname="slideroles.basic.RootRoleImpl"
        uri="/users/root">
           <property name="password"
            namespace="slide/">root</property>
       </objectnode>


I deleted the comments and changed the namespace to "slide/" only, but it still doesn't work
In the webdav_log.2003-10-31.txt file I have found this line:
2003-10-31 20:33:46 Slide realm[/slide]: User root doesn't have his password property set : can't authenticate


Any help?
thanks,
   Giorgio

Giorgio Franceschetti wrote:

Sorry for the question. I'm new to this kind of programming and probably I'm not looking in the right place.
But I cannot start up correctly the slide server.
I mean: the server starts, I can see the main page, I can manage tomcat having added the "manage"user, but I cannot access the port 8081 and 8082 of the /slide namespace.
The programm ask me user and password and I cannot pass that control.
Probably the problem depend on the slide.data file into the slide directory.
I have uncommented the line as the main page ask to do.
My present configuration of the password property is like this:


<!-- /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/slide/";>root</property>
<!-- /revision-->
</objectnode>


I changed also the original "jakarta.apache.org" with localhost (I'm running the server and the browser on the same computer) after a lot of tryes, but it didn't work.
When the program ask for the user/pwd, I use root as user, and root as pwd.
But I cannot access.
What I'm doing wrong?
Thanks in advance,
Giorgio Franceschetti




---------------------------------------------------------------------
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]





--------------------------------------------------------------------- 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]



Reply via email to