當要使用 tomcat 的管理介面時, user 必須具有下兩個角色的權限(系統內定的角色)
設定方式, 編輯檔案 tomcat\conf\tomcat-users.xml
admin-gui : 使用 /host-manager/html 管理頁面
manager-gui : 使用 /manager/html 管理頁面
manager-gui : 使用 /manager/html 管理頁面
設定方式, 編輯檔案 tomcat\conf\tomcat-users.xml
<user password="tomcat" roles="tomcat, manager-gui, admin-gui" username="tomcat"/>