logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: WHY cant login apache tomcat 7 ?
Author
alynn



Joined: 30 May 2013
Posts: 1
Location: Malaysia, Kuala Lumpur

PostPosted: Thu 30 May '13 8:05    Post subject: WHY cant login apache tomcat 7 ? Reply with quote

why i cant login into my manager apache tomcat 7 ?

anyone help me ~~ Rolling Eyes
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Thu 30 May '13 9:58    Post subject: Reply with quote

look for tomcat-users.xml

and

Code:

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<!--
  NOTE:  By default, no user is included in the "manager-gui" role required
  to operate the "/manager/html" web application.  If you wish to use this app,
  you must define such a user - the username and password are arbitrary.
-->
   <role rolename="tomcat"/>
   <role rolename="admin"/>
   <role rolename="manager-gui"/>
   <role rolename="manager-script"/>
   <role rolename="manager-jmx"/>
   <role rolename="manager-status"/>
   <role rolename="admin-gui"/>
   <user username="admin" password="admin" roles=",admin-gui,admin,manager-gui,manager-script,manager-jmx,manager-status"/>
</tomcat-users>


restart tomcat and login via admin admin
Back to top


Reply to topic   Topic: WHY cant login apache tomcat 7 ? View previous topic :: View next topic
Post new topic   Forum Index -> Other Software