Has anyone had success using the WebdavResource or WebdavFile object with just Apache?
I have Apache 2.0.48 running with the following settings in the configuration file for
DAV:
DavLockDB "C:/temp/dav/DavLock"
DavDepthInfinity On
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
<Location /jini>
Dav On
</Location>
I don't see anything wrong with this configuration and Apache is reporting that it has
started DAV support. I am not securing the location at this time since I am running
this inside an small test intranet.
I bumped the logging for Apache up to debug and only see the following message logged:
10.32.10.64 - - [28/Jul/2004:14:56:53 -0400] "PROPFIND /jini HTTP/1.1" 301 306
The stack trace from Slide is even less useful:
org.apache.commons.httpclient.HttpException
at
org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3185)
at
org.apache.webdav.lib.WebdavResource.propfindMethod(WebdavResource.java:3145)
at org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:879)
at
org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:824)
at org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1746)
at org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1156)
at org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1175)
at org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1261)
at org.apache.webdav.lib.WebdavResource.<init>(WebdavResource.java:274)
at alpha.lib.distrib.utils.Junk.main(Junk.java:30)
Any constructive criticism would be appreciated.
Karl Koster
[EMAIL PROTECTED]
**********************************************************************
This e-mail contains privileged attorney-client communications and/or confidential
information, and is only for the use by the intended recipient. Receipt by an
unintended recipient does not constitute a waiver of any applicable privilege.
Reading, disclosure, discussion, dissemination, distribution or copying of this
information by anyone other than the intended recipient or his or her employees or
agents is strictly prohibited. If you have received this communication in error,
please immediately notify us and delete the original material from your computer.
Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or SoCalGas, the
utilities owned by SET's parent company. SET is not regulated by the California
Public Utilities Commission and you do not have to buy SET's products and services to
continue to receive quality regulated service from the utilities.
**********************************************************************