From 2ee8087f6b4a9fa00216d3c01013201e2fb4a180 Mon Sep 17 00:00:00 2001
From: markt username
The username of a Tomcat user that has been configured with the
-
@@ -54,7 +54,7 @@ sent directly to the Manager application. They are summarized as follows:
manager role, as required to execute Manager
+ manager-script role, as required to execute Manager
application commands. This attribute is required.
password
The password of a Tomcat user that has been configured with the
-
diff --git a/webapps/docs/appdev/build.xml.txt b/webapps/docs/appdev/build.xml.txt
index 2de66e659..b3cdb5cab 100644
--- a/webapps/docs/appdev/build.xml.txt
+++ b/webapps/docs/appdev/build.xml.txt
@@ -113,7 +113,7 @@
Defaults to "dist".
manager.password The login password of a user that is assigned the
- "manager" role (so that he or she can execute
+ "manager-script" role (so that he or she can execute
commands via the "/manager" web application)
manager.url The URL of the "/manager" web application on the
@@ -121,7 +121,7 @@
applications and web services.
manager.username The login username of a user that is assigned the
- "manager" role (so that he or she can execute
+ "manager-script" role (so that he or she can execute
commands via the "/manager" web application)
-->
diff --git a/webapps/docs/appdev/processes.xml b/webapps/docs/appdev/processes.xml
index 4c4cd4edc..7f2ab7faa 100644
--- a/webapps/docs/appdev/processes.xml
+++ b/webapps/docs/appdev/processes.xml
@@ -63,12 +63,12 @@ once (no matter how many web applications you plan to develop).manager role, as required to execute Manager
+ manager-script role, as required to execute Manager
application commands. This attribute is required.
manager assigned to
- him or her. How such users are defined depends on which Realm you have
+ logged in, and have the security role manager-script assigned
+ to him or her. How such users are defined depends on which Realm you have
configured in Tomcat's conf/server.xml file -- see the
Realm Configuration HOW-TO for more
information. You may define any number of users (with any username
- and password that you like) with the manager role.
+ and password that you like) with the manager-script role.
In addition, this web application shall conform to the following requirements:
manager for processing.manager.If you wish to use the Manager Application to deploy and undeploy applications in a running Tomcat installation, you -MUST add the "manager" role to at least one username in your selected Realm -implementation. This is because the manager web application itself uses a -security constraint that requires role "manager" to access ANY request URI -within that application.
+MUST add the "manager-gui" role to at least one username in your selected +Realm implementation. This is because the manager web application itself uses a +security constraint that requires role "manager-gui" to access ANY request URI +within the HTML interface of that application.For security reasons, no username in the default Realm (i.e. using
-conf/tomcat-users.xml is assigned the "manager" role. Therefore,
-no one will be able to utilize the features of this application until the
-Tomcat administrator specifically assigns this role to one or more users.
conf/tomcat-users.xml is assigned the "manager-gui" role.
+Therefore, no one will be able to utilize the features of this application
+until the Tomcat administrator specifically assigns this role to one or more
+users.