Apr 28, 2003 #1 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. i have forgotten what i set for it.
Apr 28, 2003 Thread starter #2 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. <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="admin"/> <role rolename="role1"/> <role rolename="tomcat"/> <user username="role1" password="tomcat" roles="admin"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> </tomcat-users> above is my tomcat-users.xml, i have tried to use all the combination to do, but still cannot login? Upvote 0 Downvote
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="admin"/> <role rolename="role1"/> <role rolename="tomcat"/> <user username="role1" password="tomcat" roles="admin"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> </tomcat-users> above is my tomcat-users.xml, i have tried to use all the combination to do, but still cannot login?
May 3, 2003 #3 tarn Technical User Aug 19, 2001 534 GB It would appear that yytan got the fix as defined here: http://jguru.com/forums/view.jsp?EID=1079755 I do wish people would follow up on their postings. L. Upvote 0 Downvote
It would appear that yytan got the fix as defined here: http://jguru.com/forums/view.jsp?EID=1079755 I do wish people would follow up on their postings. L.
May 4, 2003 Thread starter #4 yytan Programmer May 8, 2002 113 MY 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. Upvote 0 Downvote
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.