/**
* The URL of the <code>Manager</code> application to be used.
*/
- protected String url = "http://localhost:8080/manager";
+ protected String url = "http://localhost:8080/manager/text";
public String getUrl() {
return (this.url);
<td>
The URL of the Manager web application you will use to
perform the requested operations. If not specified, defaults to
- <code>http://localhost:8080/manager</code> (which corresponds
- to a standard installation of Tomcat 5).
+ <code>http://localhost:8080/manager/text</code> (which corresponds
+ to a standard installation of Tomcat 7).
</td>
</tr>
<tr>
<property name="path" value="/myapp"/>
<!-- Configure properties to access the Manager application -->
- <property name="url" value="http://localhost:8080/manager"/>
+ <property name="url" value="http://localhost:8080/manager/text"/>
<property name="username" value="tomcat"/>
<property name="password" value="tomcat"/>
<property name="catalina.home" value="../../../.."/> <!-- UPDATE THIS! -->
<property name="dist.home" value="${basedir}/dist"/>
<property name="docs.home" value="${basedir}/docs"/>
- <property name="manager.url" value="http://localhost:8080/manager"/>
+ <property name="manager.url" value="http://localhost:8080/manager/text"/>
<property name="src.home" value="${basedir}/src"/>
<property name="web.home" value="${basedir}/web"/>
<code>ServletContext.addFilter(String, Filter)</code> method. Patch
provided by Ismael Juma. (markt)
</fix>
+ <fix>
+ <bug>50598</bug>: Correct URL for Manager text interface. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">
running Tomcat server, which will be used to deploy and undeploy the
web application. By default, the deployer will attempt to access
a Tomcat instance running on localhost, at
- <code>http://localhost:8080/manager</code>.
+ <code>http://localhost:8080/manager/text</code>.
</li>
<li>
<code>username</code>: Tomcat Manager username (user should have a role of