Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat Manager user name + password

Status
Not open for further replies.

yytan

Programmer
May 8, 2002
113
MY
hi there;

i would like to know whether there is a way to retrieve Tomcat Manager user name + password.

i have forgotten what i set for it.
 
hi there;
i would like to know whether there is a way to retrieve Tomcat Manager user name + password.

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename=&quot;admin&quot;/>
<role rolename=&quot;role1&quot;/>
<role rolename=&quot;tomcat&quot;/>
<user username=&quot;role1&quot; password=&quot;tomcat&quot; roles=&quot;admin&quot;/>
<user username=&quot;tomcat&quot; password=&quot;tomcat&quot; roles=&quot;tomcat&quot;/>
<user username=&quot;both&quot; password=&quot;tomcat&quot; roles=&quot;tomcat,role1&quot;/>
</tomcat-users>

above is my tomcat-users.xml, i have tried to use all the combination to do, but still cannot login?


 
hi;

i am appologize for that issues. actually i posted at the same time.

apparently, i got the feedback from the other side, and i dont know that i need to update this side saying i already got the answer i want.

i will do it in the future.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top