Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: WHY cant login apache tomcat 7 ? |
|
Author |
|
alynn
Joined: 30 May 2013 Posts: 1 Location: Malaysia, Kuala Lumpur
|
Posted: Thu 30 May '13 8:05 Post subject: WHY cant login apache tomcat 7 ? |
|
|
why i cant login into my manager apache tomcat 7 ?
anyone help me ~~ |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 30 May '13 9:58 Post subject: |
|
|
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 |
|
|
|
|
|
|