Hi,
I downloaded the tomcat-jdk5 bundle and installed it. I'm trying to access WebDAV files.
In the document library portlet I added a folder, but I can not successfully add files from my WebDAV area to the folder. I've tried browsing to the file, which creates a copy of the WebDAV file under my TemporaryInternetFiles\Content.IE5\ABCXYZ. The document library portlet displays a message: "Document Library is temporarily unavailable.", and my tomcat log shows an error -
...
org.apache.jackrabbit.name.MalformedPathException: 'test[1].txt' is not a valid path: 'test[1].txt' is not a legal path element"
I've also tried typing the path directly into the File box (instead of browsing), both an https:// URL and an http:// URL. There are no errors reported on the screen, but neither of those add the file to my folder. As a note, the port to my WebDAV is not the standard port.
Am I trying to use this incorrectly? I haven't changed the default setting of the webdav.servlet.hosts.allowed property. Am I looking in the right portal for the webdav support?
I thought there were some WebDAV entries I'd seen previously in the forum, but I only see two search results now...
As a note, I also get errors in the tomcat log when adding other files to the document library, but the files are added correctly to the folder. I'm not sure if I saw this in the tomcat-jdk5 bundle or only after I built and deployed the source code.
Thanks!
Please sign in to flag this as inappropriate.