I assume you use the binary distribution.
The slide admin site is configured to use the slide users and not
tomcat-users.xml
This is done by this line in server.xml.
      <Host name="localhost8082" debug="0" appBase="blank"
unpackWARs="false"
       className="wrappers.catalina.AdminHost">

So you have to login using a slide user and these are normally defined
in domain.xml but in this case look for it in:
E:\jakarta-slide-1.0.16\server\conf\slide\slide.data and look for:
        <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>

When you uncomment the revision you should be able to login.
username: root / password: root


Dirk


Luke Studley wrote:
> 
> Firstly apologies for the basic question - very new to Slide.
> 
> I have downloaded and installed Slide 1.0.16 and am trying to run the
> supplied tomcat container.
> 
> The only changes I have made to the downloaded distribution are:
> 1. Added following lines to tomcat-users.xml
>   <user name="manager" password="manager" roles="tomcat,manager"/>
>   <user name="guest" password="guest" roles="tomcat,guest" />
>   <user name="root" password="root" roles="tomcat,root"/>
> 
> 2. Changed the port numbers in server.xml from 808* to 1808* to avoid
> clashes with other programs.
> 
> When I run tomcat I can see the page localhost:18080 no problem.
> If I try to access the TC manager I log in as manager/manager and I can see
> the app - so the memory realm would appear to be correctly configured.
> 
> I can access localhost:18080/slide also without problems
> 
> However when I try to access the slide admin app on localhost:18082/slide I
> cannot seem to log in. It prompts for a password and I have tried root/root
> but it just doesn't seem to recognize this?!
> 
> Do I need to configure anything else? I see in the docs I may need to
> configure users in the Domain.xml - but at the moment I just want to log in
> as root and see it working.
> 
> I saw a previous thread on this list maybe relating to this - suggested
> explicitly putting Realm declarations in the other 2 host sections in the
> server.xml - but that didn't work for me.
> 
> I have perused the FAQ - and tried various things - but at the moment I'm
> well and truly stuck.
> 
> Any ideas appreciated
> 
> Thanks
> 
> Luke
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to