... with the error
Server returned HTTP response code: 401 for URL:
http://rolf2/manager/start?path=%2Fde.august.docvet1
this is ant's build.xml:
<?xml version="1.0" encoding="UTF-8"?>
...
<target name="start" depends="update">
<taskdef name="start" classname="org.apache.catalina.ant.StartTask"/>
<start path="/de.august.docvet1" username="admin"
password=".mypwd." url="http://localhost/manager"/>
</target>
Why does StartTask substitute "/" by "%2F" or: why does manager not
recognize "%2F" as the root for web applications?
Rolf
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]