> I'm new to slide and I have checked all the FAQ, mail archive, etc.
> But I still can't figure out why I can't add web folder on my
> window 98. Please help me. Thanks in advance for your help.
>
> I installed jakarta-slide-1.0.14 on my PC. and in the directory
> c:\jakarta-slide-1.0.14\server, I started slide with
>   bin\startup.
> The message displayed in the new MSDOS window seems OK.
> But when I clicked the Web Folder and "Add Web Folder", and entered
> http://localhost:8080 in the entry box, it prompts for the user name
> and password for the Tomcat Suported Realm. I entered all the user name
> and password specified in tomcat-users.xml file. But it rejected
> all of them.

The WebDAV enabled server is on port 8081.
However, for security reasons, you need to set the password for the root
user yourself.

In the Domain.xml file, uncomment this section:
            <!--revision>
              <property name="password"
               namespace="http://jakarta.apache.org/slide/";>root</property>
            </revision-->

Then log in as root/root.

You should be able to access to the port 8080 without having to log in (but
you should get an empty directory listing page).

More info:
http://jakarta.apache.org/slide/server.html

Remy

Reply via email to