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