LS,
Tomcat 7.0.47.
Windows 7
I want to enable WebDav functionality in a different directory that the
root:
Assume my data directory : c:\DATA.
<servlet>
<servlet-name>webdav</servlet-name>
<servlet-class>org.apache.catalina.servlets.WebdavServlet</servlet-class
>
<init-param>
<param-name>debug</param-name>
<param-value>0</param-value>
</init-param>
<init-param>
<param-name>listings</param-name>
<param-value>true</param-value>
</init-param>
<load-on-startup>6</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>webdav</servlet-name>
<url-pattern>/dav</url-pattern>
</servlet-mapping>
When I hit the url .../dav I see the content of the root files and dirs.
Now I want to publish the data that is available in C:\DATA.
I'm unable to do this...
Thanks would be greatly appreciated.
Best Regards,
Ruud Sampers
This message and attachment(s) are intended solely for use by the addressee and
may contain information that is privileged, confidential or otherwise exempt
from disclosure under applicable law.
If you are not the intended recipient or agent thereof responsible for
delivering this message to the intended recipient, you are hereby notified that
any dissemination, distribution or copying of this communication is strictly
prohibited.
If you have received this communication in error, please notify the sender
immediately by telephone and with a 'reply' message.
Thank you for your co-operation.