Topic: 高手进:为什么Tomcat Manager登陆不上去?? |
Print this page |
1.高手进:为什么Tomcat Manager登陆不上去?? | Copy to clipboard |
Posted by: echofang Posted on: 2005-03-11 18:38 用tomcat tomcat登陆 但是显示信息如下: HTTP Status 403 - Access to the requested resource has been denied -------------------------------------------------------------------------------- type :Status report message: Access to the requested resource has been denied description: Access to the specified resource (Access to the requested resource has been denied) has been forbidden. -------------------------------------------------------------------------------- Apache Tomcat/5.0.30 (缩略图,点击图片链接看原图) |
2.Re:高手进:为什么Tomcat Manager登陆不上去?? [Re: echofang] | Copy to clipboard |
Posted by: lxh_ming Posted on: 2005-03-11 18:53 修改tomcat5028\conf\Catalina\localhost\manager.xml <Context path="/manager" docBase="D:/tomcat5028/server/webapps/manager" debug="0" privileged="true"> <!-- Link to the user database we will get roles from --> <ResourceLink name="users" global="UserDatabase" type="org.apache.catalina.UserDatabase"/> </Context> docBase为你的实际情况 tomcat5028\conftomcat-users.xml 添加用户,我的如下,你可以参照着改就可以了,用lixh,password:lixh就可以了 <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="tomcat"/> <role rolename="role1"/> <role rolename="manager"/> <role rolename="admin"/> <user username="lixh" password="lixh" roles="admin,manager"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> <user username="role1" password="tomcat" roles="role1"/> </tomcat-users> |
3.Re:高手进:为什么Tomcat Manager登陆不上去?? [Re: echofang] | Copy to clipboard |
Posted by: echofang Posted on: 2005-03-11 19:05 谢谢了 我改了,可是还是一样子地 我用的是jakarta-tomcat-5.0.30 |
4.Re:高手进:为什么Tomcat Manager登陆不上去?? [Re: echofang] | Copy to clipboard |
Posted by: echofang Posted on: 2005-03-11 19:16 可以了 要重起一下服务器:) 3q |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |