From 5dea0b3330e8ab7c2fb22fcb51c35af61042b531 Mon Sep 17 00:00:00 2001
From: markt
A default Tomcat installation includes the manager. To add an instance of the +
A default Tomcat installation includes the Manager. To add an instance of the
Manager web application Context to a new host install the
manager.xml context configuration file in the
$CATALINA_BASE/conf/[enginename]/[hostname] folder. Here is an
@@ -137,7 +137,7 @@ depends on which Realm implementation you are using:
roles attribute for one or more existing users, and/or
create new users with that assigned role.
Realm implementation you are using:
described in the next section, you will be challenged to log on using
BASIC authentication. The username and password you enter do not matter,
as long as they identify a valid user in the users database who possesses
-the role manager.
+the role manager-script.
-In addition to the password restrictions the manager web application +
In addition to the password restrictions the Manager web application
could be restricted by the remote IP address or host by adding a
RemoteAddrValve or RemoteHostValve. Here is
an example of restricting access to the localhost by IP address:
/undeploy command.
This can be used to deploy a previous version of a web application, which
has been deployed using the tag attribute. Note that the work
-directory for the manager webapp will contain the previously deployed WARs;
+directory for the Manager webapp will contain the previously deployed WARs;
removing it would make the deployment fail.
$ANT_HOME/bin directory to your PATH
environment variable.manager role.manager-script role.To use custom tasks within Ant, you must declare them first with a -- 2.11.0