davfs2 file system driver
The davfs2 file system driver supports WebDAV for WebSphere Portal.
To connect to WebDAV for WebSphere Portal by using the davfs2 file system driver, proceed as follows:
You can now work with content as required.
- Open a terminal window.
- Create a target folder to which you want the drive to be attached, for example mkdir $HOME/dav .
- Enter the appropriate command.
For example, for working with portal pages and static content this could be:
sudo mount -t davfs -o nolocks,rw http://remote_host:10039/wps/mycontenthandler/dav/contentmodel/ibm.portal.Home/ $HOME/davAs a result, a prompt asks for the user name and password. The URL in the example above is for using WebDAV for working with portal content.
- Enter the user name and password.
- After successful login you should be able to access the WebDAV service. By the example above, you would be able to browse the content model as follows: ls $HOME/dav .
- For more options on mounting dav shares refer to the davfs2 ReadMe file. Both Red Hat 4 and Red Hat 5 lab system, davfs2 is not installed by default. Install davfs2 if not already installed and check with Linux vendor for a download package.
Parent
Linux
Related tasks
Gnome Nautilus