Serving HTTP OPTIONS requests to the server context root by WebDAV clients
Some WebDAV clients send an HTTP OPTIONS request to the server context root ( / ) to check whether the server supports WebDAV. To support these clients, the portal provides a web application called wp.webdav.options.war that you can enable. This application responds to such requests with a confirmation that the portal supports WebDAV.
About this task
To enable this WAR file, adapt the application.xml files of the deployed Enterprise Application (EAR), wps.earnamed WebDAV for WebSphere Portal, so that wp.webdav.options.war is mapped to the context root ( / ). Proceed as follows:
Procedure
What to do next
Note: Depending on how your web server is set up, this change
might cause all requests to be routed to the web server plug-in.
In this case refer to your web server documentation for information
about how to route only OPTIONS requests to the plug-in.