Inside that add the below linesvi /etc/tomcat6/tomcat-users.xml
That will create the tomcat user as : arun with password "Pass123".<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="manager"/>
<user username="arun" password="Pass123" roles="manager"/>
</tomcat-users>
You can access the admin panel using the link :
http://IP_ADDRESS:8080