Mark -
Thanks for the pointers. I ended up picking up code from the
Tomcat source of org.apache.catalina.ant.AbstractTask and using that to do
Basic Authentication. I've got it working now.
Garey Mills
Library Systems Office
UC Berkeley
The brain is not where you think
On Tue, 18 Apr
Garey Mills wrote:
> Mark -
>
> I have looked at the manager app how-to, and it doesn't describe
> how connect from a script. I have this
>
>
> private static String stop =
> "http://myhost:8080/manager/stop?path=/
Mark -
I have looked at the manager app how-to, and it doesn't describe
how connect from a script. I have this
private static String stop =
"http://myhost:8080/manager/stop?path=/myapp";;
public static void
Marc Farrow wrote:
> You have to use the webdav application provide from tomcat. Check under
> $tomcat_home/webapps/webdav/web.xml. there is a line commented out that
> states some property of read-only = false. by default it is read-only and
> you have to manually turn it on.
What on earth has
You have to use the webdav application provide from tomcat. Check under
$tomcat_home/webapps/webdav/web.xml. there is a line commented out that
states some property of read-only = false. by default it is read-only and
you have to manually turn it on.
On 4/18/06, Garey Mills <[EMAIL PROTECTED]