git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@514532
13f79535-47bb-0310-9956-
ffa450edef68
value of zero. These are now the first servlets to be started. (markt)
</fix>
<fix>
+ <bug>41747</bug> Correct example ant script for deploy task. (markt)
+ </fix>
+ <fix>
<bug>41752</bug> Correct error message on exception in MemoryRealm.
(markt)
</fix>
<target name="deploy" description="Install web application"
depends="compile">
<deploy url="${url}" username="${username}" password="${password}"
- path="${path}" war="${build}${path}.war"/>
+ path="${path}" war="file:${build}${path}.war"/>
</target>
<target name="reload" description="Reload web application"