搜尋此網誌

2016年10月13日 星期四

修改tomcat 管理者帳號及密碼

修改 tomcat/conf/tomcat-user.xml,
加入使用者帳號其名稱才能使用

修改如下
<tomcat-users>
<role rolename="admin-gui"/>
<role rolename="admin-script"/>
<role rolename="manager-gui"/>
<role rolename="manager-script"/>
<role rolename="manager-jmx"/>
<role rolename="manager-status"/>
<user username="tomcat" password="s3cret" roles="manager-gui,manager-script,manager-jmx,manager-status,admin-script,admin-gui"/> //使用者名稱為tomcat,密碼為s3cret,繼承所有開放的權限
</tomcat-users>

manager-gui - allows access to the HTML GUI and the status pages
manager-script - allows access to the text interface and the status pages
manager-jmx - allows access to the JMX proxy and the status pages
manager-status - allows access to the status pages only

設定好了之後重新啟動,開瀏覽器 http://localhost:8080
輸入用戶名和密碼就進入圖形管理介面

沒有留言:

張貼留言

搜尋此網誌