Tomcat 权限大类上分为Manager和Admin两种
Manager
- manager-gui
允许访问html接口(即URL路径为/manager/html/*) - manager-script
允许访问纯文本接口(即URL路径为/manager/text/*) - manager-jmx
允许访问JMX代理接口(即URL路径为/manager/jmxproxy/*) - manager-status
允许访问Tomcat只读状态页面(即URL路径为/manager/status/*)
ps. manager-gui、manager-script、manager-jmx均具备manager-status的权限
即 manager-gui、manager-script、manager-jmx三种角色权限无需再额外添加manager-status权限,即可直接访问路径/manager/status/*
Admin
- admin-gui
allows access to the HTML GUI - admin-script
allows access to the text interface