If you click on the link you just provided, read in the middle of the page :-), you will read :

"NOTE: For security reasons, using the administration webapp is restricted to users with role "admin". The manager webapp is restricted to users with role "manager". Users are defined in |$CATALINA_HOME/conf/tomcat-users.xml|."

So open tomcat-user.xml and define something like that:

<user username="karthikeyan" password="always_read_the_doc" roles="admin"/>

;-)

-- Jeanfrancois

karthikeyan.balasubramanian wrote:

Hi,

How do i manage the admin section that comes along with tomcat. I can see the page when i type

http://localhost:8080

It is password protected, by defualt i cant access it seems. How do i set new password and what are the things that can be achieved through this interface.

Have a great day.

Karthikeyan B.


Reply via email to