You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jeff Turner <je...@socialchange.net.au> on 2001/09/14 05:17:02 UTC

[PATCH] manager-howto error

Hi,

In the manager app howto:

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html

The example for section "Deploy A New Application" is wrong. The
following:

http://localhost:8080/manager/install?path=/bar&war=file:/path/to/bar.war

ought to be:

http://localhost:8080/manager/install?path=/bar&war=jar:file:/path/to/bar.war!/


The attached patch fixes this, and adds an example using "war=jar:http://.."


thanks,

--Jeff