|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: conf/server.xml
|
|
|
|
|
--- conf/server.xml.orig 2021-01-14 15:31:15.000000000 +0100
|
|
|
|
|
+++ conf/server.xml 2021-05-19 17:56:55.449531000 +0200
|
|
|
|
|
--- conf/server.xml.orig 2021-08-31 16:50:22.000000000 +0200
|
|
|
|
|
+++ conf/server.xml 2021-09-13 21:57:04.860467000 +0200
|
|
|
|
|
@@ -19,7 +19,7 @@
|
|
|
|
|
define subcomponents such as "Valves" at this level.
|
|
|
|
|
Documentation at /docs/config/server.html
|
|
|
|
|
@ -63,22 +63,34 @@ Index: conf/server.xml
|
|
|
|
|
pattern="%h %l %u %t "%r" %s %b" />
|
|
|
|
|
|
|
|
|
|
Index: conf/tomcat-users.xml
|
|
|
|
|
--- conf/tomcat-users.xml.orig 2021-01-14 15:31:16.000000000 +0100
|
|
|
|
|
+++ conf/tomcat-users.xml 2021-05-18 08:32:22.769751000 +0200
|
|
|
|
|
@@ -19,32 +19,12 @@
|
|
|
|
|
--- conf/tomcat-users.xml.orig 2021-09-13 21:57:04.860622000 +0200
|
|
|
|
|
+++ conf/tomcat-users.xml 2021-09-13 21:58:21.269067000 +0200
|
|
|
|
|
@@ -19,44 +19,12 @@
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
|
|
|
|
|
version="1.0">
|
|
|
|
|
-<!--
|
|
|
|
|
- NOTE: By default, no user is included in the "manager-gui" role required
|
|
|
|
|
- By default, no user is included in the "manager-gui" role required
|
|
|
|
|
- to operate the "/manager/html" web application. If you wish to use this app,
|
|
|
|
|
- you must define such a user - the username and password are arbitrary. It is
|
|
|
|
|
- strongly recommended that you do NOT use one of the users in the commented out
|
|
|
|
|
- section below since they are intended for use with the examples web
|
|
|
|
|
- application.
|
|
|
|
|
- you must define such a user - the username and password are arbitrary.
|
|
|
|
|
-
|
|
|
|
|
- Built-in Tomcat manager roles:
|
|
|
|
|
- - manager-gui - allows access to the HTML GUI and the status pages
|
|
|
|
|
- - manager-script - allows access to the HTTP API 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
|
|
|
|
|
-
|
|
|
|
|
- The users below are wrapped in a comment and are therefore ignored. If you
|
|
|
|
|
- wish to configure one or more of these users for use with the manager web
|
|
|
|
|
- application, do not forget to remove the <!.. ..> that surrounds them. You
|
|
|
|
|
- will also need to set the passwords to something appropriate.
|
|
|
|
|
--->
|
|
|
|
|
-<!--
|
|
|
|
|
- NOTE: The sample user and role entries below are intended for use with the
|
|
|
|
|
- <user username="admin" password="<must-be-changed>" roles="manager-gui"/>
|
|
|
|
|
- <user username="robot" password="<must-be-changed>" roles="manager-script"/>
|
|
|
|
|
--->
|
|
|
|
|
-<!--
|
|
|
|
|
- The sample user and role entries below are intended for use with the
|
|
|
|
|
- examples web application. They are wrapped in a comment and thus are ignored
|
|
|
|
|
- when reading this file. If you wish to configure these users for use with the
|
|
|
|
|
- examples web application, do not forget to remove the <!.. ..> that surrounds
|
|
|
|
|
|