hi all...

  i realize this is probably a retarded question but it is a retarded
problem too...

  new installation of tomcat 5.0.30 with jdk 1.4.2. when i go to
http://myserver:8080
and login as manager - no problems there. but if i go to the admin
directory i get a blank page. the admin directory under server/webapps has
exactly the same permissions as manager and here is my tomcat-users.xml:

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

this is probably normal but i would like to mention that even if i change
the order if the elements in the tomcat-users and put admin first after
restarting the server they get switched back in this order...

any help appreciated...  thanks...


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

Reply via email to