Entering content frame

Procedure documentation Calling the WebDAV Servlet Locate the document in the library structure

Prerequisites

·        You have installed the WebDAV Servlet. See the Installation Manual, Configuring Web SQL / WebDAV.

If you use the default values during installation, the WebDAV servlet is installed with the context path /webdav.

·        You have started your servlet container. For more information, see the documentation for your servlet container.

Procedure

Enter the following address in your web browser:

http://<servlet_container_computer>:<servlet_container_port>/<context_path>

 

<servlet_container_computer>

Computer on which the servlet container is installed

<servlet_container_port>

Port used for the servlet container

<context_path>

Context path for the WebDAV servlet

Example

You have installed the servlet container Apache Tomcat on computer parma and adopted the default value 8080 for the port. You have defined /mywebdav as the context path for the WebDAV servlet.

http://parma:8080/mywebdav

 

Leaving content frame