webdav - Davenport on tomcat -


i trying make samba shares available via webdav , there many references davenport (http://davenport.sourceforge.net/), there not information how set tomcat (i don't know tomcat well.) know of howto or @ least basic instructions on how configure davenport tomcat?

just had same thing myself. first, make sure tomcat6 installed, move contents of webapp/root folder folder davenport. moved /usr/share/davenport. finally, create xml file in /etc/tomcat6/catalina/localhost points folder. mine so:

<?xml version="1.0" encoding="utf-8"?> <!-- licensed apache software foundation (asf) under 1 or more contributor license agreements.  see notice file distributed work additional information regarding copyright ownership. asf licenses file under apache license, version 2.0 (the "license"); may not use file except in compliance license.  may obtain copy of license @  http://www.apache.org/licenses/license-2.0  unless required applicable law or agreed in writing, software distributed under license distributed on "as is" basis, without warranties or conditions of kind, either express or implied. see license specific language governing permissions , limitations under license. --> <context path="/host-manager"      docbase="/usr/share/davenport/"      antiresourcelocking="false" privileged="true" /> 

whatever name .xml path app. davenport.xml means have access http://ipaddress:8080/davenport

restart tomcat6 , should able access app.

hope helps!


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -