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 c:\jakarta-slide-1.0.14\server\conf\tomcat-users.xml contains the
following data:

  <tomcat-users>
    <user name="tomcat" password="tomcat" roles="tomcat" />
    <user name="role1"  password="tomcat" roles="role1"  />
    <user name="both"   password="tomcat" roles="tomcat,role1" />
    <user name="guest"   password="guest"    roles="tomcat,guest" />
    <user name="root"    password="root"     roles="tomcat,root" />
  </tomcat-users>

and c:\jakarta-slide-1.0.14\server\conf\server.xml contains the
folloiwng lines:
  <Host name="localhost" debug="0" appBase="webapps" unpackWARs="false"
    className="wrappers.catalina.SlideHost">

  <Realm className="org.apache.catalina.realm.MemoryRealm" />

Thanks,
Bensen




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to