Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to enter the Tomcat6-admin page after defining new role?
    primarykey
    data
    text
    <p>I'm having problem in accessing the Tomcat6-admin web page, here's what I did:</p> <pre><code>########################################################################################################## root@ISUZU:/etc/tomcat6# cat tomcat-users.xml &lt;?xml version='1.0' encoding='utf-8'?&gt; &lt;tomcat-users&gt; &lt;role rolename="tomcat"/&gt; &lt;role rolename="role1"/&gt; **&lt;role rolename="manager"/&gt; &lt;user username="admin" password="nimda" roles="manager"/&gt;** &lt;user username="tomcat" password="tomcat" roles="tomcat"/&gt; &lt;user username="both" password="tomcat" roles="tomcat,role1"/&gt; &lt;user username="role1" password="tomcat" roles="role1"/&gt; &lt;/tomcat-users&gt; ########################################################################################################## root@ISUZU:/etc/tomcat6# /etc/init.d/tomcat6 restart * Stopping Tomcat servlet engine tomcat6 [ OK ] * Starting Tomcat servlet engine tomcat6 Using CATALINA_BASE: /var/lib/tomcat6 Using CATALINA_HOME: /usr/share/tomcat6 Using CATALINA_TMPDIR: /tmp/tomcat6-tmp Using JRE_HOME: /usr/lib/jvm/java-6-sun Using CLASSPATH: /usr/share/tomcat6/bin/bootstrap.jar ########################################################################################################## </code></pre> <p>The Hello World page is working fine from <a href="http://isuzu:8080/" rel="nofollow">http://isuzu:8080/</a> but the admin page still innacessible ?</p> <p>Any kind of help would be greatly appreciated.</p> <p>Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload