Use WebDAV to manage pages and static content
WebDAV for WebSphere Portal provides a simple and easy way to administer portal resources. Both administrators and users can use it. WebDAV for WebSphere Portal allows users to administer portal pages and content of static pages of a portal by using standard operating system tools. This way client side administrators and users can browse, read, and write these resources by using file explorers or editors.
- Portal pages are represented as folders. They can contain subfolders that represent child pages.
- Static pages are placed in a separate folder. The content of static pages is represented as an additional folder named staticcontent.
Users can work in the folders as usual, for example by performing drag-and-drop operations. The folders also hold property files that contain metadata for portal resources, such as the title and description. Users can edit the property files to update portal resources. When the user saves the updated file, the updates are transferred and applied to the portal directly. Users can perform the following tasks on the portal page hierarchy:
- Browse through the page hierarchy. Each portal page is represented as a folder. The name of the folder is the unique name or the object ID of the page. Children pages in the topology are represented as subfolders.
- Change globalization information of pages. To do this, users edit and save properties files that contain the globalization information.
- Change metadata of pages. To do this, users edit and save properties files that contain the metadata information.
- For static pages users can browse, read, create, update, save, copy, move, and delete static content. Users can access the content of static pages via the subfolder staticcontent .
Users cannot perform the following tasks with WebDAV:
- Create new pages
- Update portal content
- Modify the unique name or the objectID of pages
- Move or copy pages.
WebSphere Portal contains the WebDAV service and enablement layer. Before using WebDAV for WebSphere Portal, users must set up their WebDAV client. After setting up the WebDAV client, they can connect to WebDAV for WebSphere Portal and work with portal pages and content. To connect to WebDAV for WebSphere Portal, they enter the WebDAV entry URL.Security: The WebDAV entry point requires user authentication via HTTP basic authentication. SSL access is not supported at this time. To use WebDAV, users log in to the portal with their portal user ID. Users can then access and work with portal pages according to their access permissions as set by Portal Access Control.
The WebDAV entry URL is as follows:
- For default portal installations:
http://server:port/webdav/!ut/p/dav/contentmodel/wps.content.root/- For virtual portals:
- If a host name was specified when the virtual portal was created, the WebDAV URL looks like this:
http://virtual_portal_host_name:port/webdav/!ut/p/dav/contentmodel/wps.content.root/- If the virtual portal was created with a URL context only and no host name was specified, the WebDAV URL looks like this:
http://server:port/webdav/URL_context_of_the_virtual_portal/!ut/p/dav/contentmodel/wps.content.root/
For details about virtual portals and how to create them by host name or URL context refer to the topic about Multiple virtual portals and its subtopics.
- How to connect to WebDAV for working with portal pages and static content
To connect to WebDav for working with portal pages and static content, you enter the WebDAV entry URL.
Parent topic:
Administer WebSphere Portal