回答編集履歴
1
念のための設定を追加
answer
CHANGED
@@ -22,7 +22,8 @@
|
|
22
22
|
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
|
23
23
|
version="1.0">
|
24
24
|
<role rolename="manager-gui" />
|
25
|
+
<role rolename="admin-gui" />
|
25
|
-
<user username="tomcat" password="s3cret" roles="manager-gui" />
|
26
|
+
<user username="tomcat" password="s3cret" roles="manager-gui,admin-gui" />
|
26
27
|
<!--
|
27
28
|
NOTE: By default, no user is included in the "manager-gui" role required
|
28
29
|
to operate the "/manager/html" web application. If you wish to use this app,
|