You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Leonard Weincier <le...@guruhut.co.za> on 2002/04/08 11:49:53 UTC

newbie question : setting up and logging in 1.0.16

Hi

I have the latest tarball jakarta-slide-1.0.16 and unpacked it into
/usr/local/...

I am unable to find domain.xml and assume that the structure has changed and
the files are now in server/conf/slide/slide.*

- I added a user to the tomcat-users.xml file

	<tomcat-users>
	  <user name="root"  password="admin"  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>

- in slide.data uncommented

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


I then ran the supplied tomcat and the main page shows.

The problem I have is that I am unable to login - username and password not
accepted - when I want to get access through a browser. Also the windows
network folder connection just hangs (I can connect to the apache webdav
folders ok) when I try to make a connection.

Any ideas or pointers to faq / howto docs that match the 1.0.16 release
would be most welcome.

Thanks
Len


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>