Re: authentication problem using manager URLs from a script

2006-04-18 Thread Marc Farrow
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]

Re: authentication problem using manager URLs from a script

2006-04-18 Thread Mark Thomas
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

Re: authentication problem using manager URLs from a script

2006-04-18 Thread Garey Mills
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

Re: authentication problem using manager URLs from a script

2006-04-18 Thread Mark Thomas
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=/myapp;;

Re: authentication problem using manager URLs from a script

2006-04-18 Thread Garey Mills
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