0
我使用Eclipse IDE和我已經安裝JBOSS和Tomcat:一切似乎作品,但是... 當我嘗試連接到http://localhost:8080/manager/html
使用管理面板,我得到這個錯誤:Tomcat管理ERR_CONNECTION_REFUSED
ERR_CONNECTION_REFUSED
這是我的tomcat-users文件:
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="role1" password="tomcat" roles="role1"/>
<role rolename="manager-gui"/>
<role rolename="manager-script"/>
<user username="mauro" password="mauro"
roles="manager-gui,manager-script "/>
</tomcat-users>
Windows防火牆被禁用,並且到現在爲止我從來沒有問題,看到我所有JPS