Connecting to WebDAV to work with portal pages and static content
To connect to WebDav to work with portal pages and static content, you enter the WebDAV entry URL.
About this task
The WebDAV entry URL is as follows:
- For default portal installations:
orhttp://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,
the WebDAV URL is as follows:
orhttp://virtual_portal_host_name:port/wps/mycontenthandler/dav/contentmodel/page_unique_name/http://virtual_portal_host_name: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 as follows:
orhttp://server:port/wps/mycontenthandler/URL_context_of_the_virtual_portal/!ut/p/dav/contentmodel/page_unique_name/http://server:port/wps/mycontenthandler/URL_context_of_the_virtual_portal/!ut/p/dav/contentmodel/page_object_id/
- If a host name was specified when the virtual portal was created,
the WebDAV URL is as follows:
- server
- Host name of the portal server.
- port
- Port number of WebSphere® Portal Express®.
- URL_context_of_the_virtual_portal
- URL context of the target virtual portal, if the virtual portal URL context is configured to be encoded into the URL.
- virtual_portal_host_name
- 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.
http://www.my_company.com:10039/wps/mycontenthandler/dav/contentmodel/wps.content.root/
For
virtual portals examples of entry URLs to all portal pages are as
follows:- For a virtual portal created with the host name vp.mycompany.com:
http://vp.mycompany.com:10039/wps/mycontenthandler/dav/contentmodel/wps.content.root/ - For a virtual portal created with the URL context vp1 and
without a host name:
http://localhost:10039/wps/mycontenthandler/vp1/!ut/p/dav/contentmodel/wps.content.root/
Related concepts:
Virtual portals