Miklos Nyiri wrote:
I guess it is a somewhat peculiar problem. I tried using a binary distributon of Tomcat 4 by Serverlogistics together with Slide and it worked fine. Also I could easily log in to both the admin and the manager pages.
Then I installed the "offical" tomcat 5 with Slide bundle and since the login for Slide works however I cannot access the admin and the manager functions. I tried everything (changing permissions for tomcat-users, using blank username and pwd etc) I could think of except for disabling login altogether (which I don't really know how to do).
If I use the default Slide root-root login at the admin and manager login pages, it does recognize them but certainly grants no access.
I'm working on Mac OS X 10.3 and am no expert at all, so please be a little patient with explaining what to do if you feel like helping me. Thanks.


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


Probably you should add "admin" and "manager" roles and user with theese roles to the %CATALINA_HOME%/conf/tomcat-users.xml
Making it look like this:


<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="tomcat"/>
  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="tomcat" password="tomcat" roles="tomcat,admin,manager"/>
 </tomcat-users>

--
Ð ÐÐÐÐÐÐÑ,
ÐÑÐÑÐÑ ÐÐÑÐÑÐ (ÐÐ ÐÐÐÑÑÐÐÑÑÑ) <[EMAIL PROTECTED]>

Victor Anyakin (IT Spetialist) <[EMAIL PROTECTED]>
OpenPGP Key ID:  0xC1F60269
Key Fingerprint: FD67 FE27 0618 9702 9A27  2171 0867 5AC7 C1F6 0269



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



Reply via email to