Connect to WebDAV to work with pages and content
The following are WebDAV URLs one can use with WebDAV clients.
WebDAV entry URLs...
- Default portal installations:
http://server:port/wps/mycontenthandler/dav/contentmodel/page_unique_name/
http://server:port/wps/mycontenthandler/dav/contentmodel/page_object_id/
- For virtual portals:
- If a host name was specified when the virtual portal was created, use either...
http://vphost:port/wps/mycontenthandler/dav/contentmodel/page_unique_name/
http://vphost:port/wps/mycontenthandler/dav/contentmodel/page_object_id/
- If the virtual portal was created with a URL context only, and no host name was specified, the WebDAV URL is...
http://server:port/wps/mycontenthandler/vpcontext/!ut/p/dav/contentmodel/page_unique_name/
http://server:port/wps/mycontenthandler/vpcontext/!ut/p/dav/contentmodel/page_object_id/
Where:
server Host name of the portal server. port Port number of WebSphere Portal. vpcontext URL context of the target virtual portal, if the virtual portal URL context is configured to be encoded into the URL. vphost Host name of the target virtual portal, if the virtual portal host name is configured to be encoded into the URL. page_unique_name Unique name for the portal page. page_object_id objectID for the portal page as it appears in the Manage Pages portlet.
Entry URL to all portal pages...
http://www.my_company.com:10039/wps/mycontenthandler/dav/contentmodel/wps.content.root/
For virtual portals entry URLs to all portal pages...
- Virtual portal created with the host name...
http://vp.myco.com:10039/wps/mycontenthandler/dav/contentmodel/wps.content.root/
- Virtual portal created with the URL context, and without a host name...
http://localhost:10039/wps/mycontenthandler/vp1/!ut/p/dav/contentmodel/wps.content.root/
Parent Use WebDAV to manage pages and static contentRelated concepts:
Virtual portals