Use WebDAV with WebSphere Portal
WebSphere Portal provides a WebDAV implementation that individual services can use by plugging into. Examples of such services are:
- WebDAV for managing pages and static content
- WebDAV filestore.
For example, this is used by mashup integration in the portal..
- WebDAV for Web Content Management.
For details refer to the appropriate sections and topics.
- Serve 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.
- Work with WebDAV clients
To be able to use WebDAV for WebSphere Portal, you set up your WebDAV client.
Parent topic:
Administer WebSphere Portal
Related concepts
Multiple virtual portals
Related tasks
Use WebDAV to manage pages and static content
Use WebDAV with Web content
Related reference
Use WebDAV file store for mashup integration