Confluence 3.2 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
On this page:
Confluence の WebDAV クライアント統合の概要
WebDAV を使用すれば、ユーザーは Microsoft Windows の「My Network Places」などの WebDAV クライアントを介して、Confluence のコンテンツにアクセスできます。ユーザーに権限があれば、Confluence のスペース、ページ、添付ファイルを読み書きできるようになります。ユーザーはログインすることを求められ、標準の Confluence コンテンツへのアクセス権限が WebDAV クライアントを通じて利用できる同等のコンテンツに対して適用されます。
既定では、すべての WebDAV クライアントが Confluence への書き込み権限を持っています。書き込み権限には、Confluence インストールのスペース、ページ、添付ファイルに関連付けられたコンテンツを作成、編集、移動、削除する WebDAV クライアント用の機能が含まれています。
This page provides instructions on how you can set up a WebDAV client natively for a range of different operating systems. WebDAV clients typically appear as drives in your operating system's file browser application, such as 'Windows Explorer' in Microsoft Windows, 'Finder' in Mac OS or 'Konqueror' in Linux.
- Confluence's WebDav client integration is only available if the WebDAV plugin has been enabled. (Refer to Installing and Configuring Plugins using the Plugin Repository Client for more information on enabling Confluence plugins). Note that this plugin is bundled with Confluence and can be enabled or disabled by the System Administrator.
- When the WebDAV plugin has been enabled, the WebDAV Configuration feature of the Administration Console becomes available. You can configure Confluence's WebDAV Client Integration characteristics from this page.
The settings on the 'WebDav Configuration' page do not apply to external attachment storage configuration.
Setting Up a WebDAV Client in Microsoft Windows
ここでは、Microsoft Windows で WebDAV クライアントをネイティブに設定する 2 つの方法を説明します。
- ネットワーク ドライブとして設定
- Web フォルダーとして設定
このようなネットワーク ドライブ方式を使用できる場合は、Web フォルダー方式よりも包括的な Confluence と WebDAV クライアントとのやり取りが実現します。しかし、この方式を使用するには、Confluence のインスタンスがいくつかの環境制約を満たす必要があります。インスタンスの設定がこれらの要件を満たさない場合は、Web フォルダー方式またはサードパーティの WebDAV クライアント ソフトウェアを使用します。
If you run into any problems with the procedures in this section, please refer to the Troubleshooting WebDAV page.
Windows ネットワーク ドライブ
To map a Confluence WebDAV client network drive, your Confluence instance must be configured so that all of the following criteria is met:
- Uses HTTP (not HTTPS)
- Listens on port 80 (not 8080, which is the default port value used by the popular application server Apache Tomcat that runs many Confluence installations and Confluence Standalone distributions)
- Has no context root
The reason for these restrictions results from limitations in Microsoft's Mini-Redirector component. For more information, please refer to Microsoft's server discovery issue.
To map a Confluence WebDAV client network drive in Microsoft Windows,
- In Windows XP, go to My Computer
->Tools menu->Map Network Drive.
In Windows Vista, go to Computer->Map Network Drive.
The 'Map Network Drive' dialog box opens. - 次の入力を指定して、WebDAV クライアントをネットワーク ドライブとして割り当てます。
- Drive:
<Any drive letter>(for example,Z:) - Folder:
\\<hostname>\webdav(for example,\\localhost\webdav)
- Drive:
- Click 'Finish'.
When prompted for login credentials, specify your Confluence username and password.
Screenshot: A Confluence WebDAV Client Network Drive in Windows XP
Windows Web フォルダー
To map a Confluence WebDAV client web folder in Windows XP,
- Go to My Network Places and choose 'Add a network place'. The 'Add Network Place Wizard' opens.
- Click 'Next', ensure that 'Choose another network location' is selected and then click 'Next' again.
- In the 'Internet or network address' field, enter the URL for the Confluence WebDAV location (for example,
http://<confluence server url>/confluence/plugins/servlet/confluence/defaultorhttp://<confluence server url>/plugins/servlet/confluence/default) and then click 'Next'.
When prompted for login credentials, specify your Confluence username and password.
- Provide a meaningful name for your web folder and proceed with the remainder of the wizard.
- Click 'Finish'.
スクリーンショット:Windows XP の Confluence WebDAV クライアント Web フォルダー
To map a Confluence WebDAV client web folder in Windows Vista,
This procedure is very similar to the one for Windows XP. However, the following procedure includes the slight interface differences that are specific to Windows Vista.
- Open the 'Map Network Drive' dialog box (refer to first step of the procedure above for mapping a network drive) and choose 'Connect to a Web site that you can use to store your documents and pictures'. The 'Add Network Location' wizard opens.
- Click 'Next', ensure that 'Choose a custom network location' is selected and then click 'Next' again.
- In the 'Internet or network address' field, enter the URL for the Confluence WebDAV location (for example,
http://<confluence server url>/confluence/plugins/servlet/confluence/defaultorhttp://<confluence server url>/plugins/servlet/confluence/default) and then click 'Next'.
When prompted for login credentials, specify your Confluence username and password.
- Provide a meaningful name for your network location/web folder and proceed with the remainder of the wizard.
- Click 'Finish'.
Setting up a WebDAV client in Mac OS
To set up a Confluence WebDAV client in Mac OS,
- Open the Finder.
- From Go on the Finder Menu, select Connect to Server or press
Command+K, which will also bring up this dialog box. - In the 'Server Address' field, enter the URL for the Confluence WebDAV location (for example,
http://<confluence server url>/confluence/plugins/servlet/confluence/defaultorhttp://<confluence server url>/plugins/servlet/confluence/default) and click 'Connect'.
When prompted for login credentials, specify your Confluence username and password.
Screenshot: Setting Up a WebDAV Client in Mac OS
Setting up a WebDAV client in Linux or Unix
There are many tools and mechanisms available for configuring WebDAV clients in these operating systems. Therefore, we have chosen to demonstrate this using the file manager Konqueror, which is part of the Linux K Desktop Environment.
To set up a Confluence WebDAV client in Konqueror,
- Konqueror を開きます。
- In the 'Location' field, enter the URL for the Confluence WebDAV location using the 'protocol'
webdavs(for example,webdavs://<confluence server url>/confluence/plugins/servlet/confluence/defaultorwebdavs://<confluence server url>/plugins/servlet/confluence/default) and pressEnter.
If prompted for login credentials, specify your Confluence username and password.
You should be able to click to load many, but not all files. In practice, you would normally save a modified file locally, then drag it to the Konqueror window to upload it to Confluence.



