After adding the following lines into the tomcat-users.xml:
<role rolename="manager"/>
<user username="admin" password="admin" roles="admin,manager,tomcat"/>
restart the tomcat,
still can not login to
http://localhost:8080/manager/html using 'admin/admin'!
$CATALINA_HOME set properly under '/usr/apache-tomcat-6/
Any Idea?