Author: smumford
Date: 2011-11-30 23:00:57 -0500 (Wed, 30 Nov 2011)
New Revision: 8173
Modified:
epp/docs/branches/5.2/Site_Publisher/User_Guide/en-US/modules/Basics/Webdav.xml
Log:
JBEPP-1180: Added WebDAV Considerations from Ref Guide
Modified: epp/docs/branches/5.2/Site_Publisher/User_Guide/en-US/modules/Basics/Webdav.xml
===================================================================
---
epp/docs/branches/5.2/Site_Publisher/User_Guide/en-US/modules/Basics/Webdav.xml 2011-12-01
02:50:32 UTC (rev 8172)
+++
epp/docs/branches/5.2/Site_Publisher/User_Guide/en-US/modules/Basics/Webdav.xml 2011-12-01
04:00:57 UTC (rev 8173)
@@ -64,11 +64,11 @@
</listitem>
</itemizedlist>
</section>
- <section
id="sect-User_Guide-Manage_Site_Content_with_WebDAV-How_to_Use_WebDAV_With_eXo_Content">
+ <section
id="sect-User_Guide-Manage_Site_Content_with_WebDAV-How_to_Use_WebDAV_With_Site_Publisher">
<title>How to Use WebDAV With Site Publisher</title>
<para>To use WebDAV with
Site Publisher, you first need to have an active network connection. Next, you can
follow one of the two following ways:</para>
- <procedure
id="proc-User_Guide-How_to_Use_WebDAV_With_eXo_Content-Method_One">
+ <procedure
id="proc-User_Guide-How_to_Use_WebDAV_With_Site_Publisher-Method_One">
<title>Method One: WebDAV server</title>
<para>This procedure uses Windows XP as an example. Please modify the
following steps to suit your operating environment:</para>
<step>
@@ -142,7 +142,7 @@
</para>
</step>
</procedure>
- <procedure
id="proc-User_Guide-How_to_Use_WebDAV_With_eXo_Content-Method_Two">
+ <procedure
id="proc-User_Guide-How_to_Use_WebDAV_With_Site_Publisher-Method_Two">
<title>Method Two: Sites Management</title>
<para>This method can be done using the <emphasis>Sites
Management</emphasis> functionality of Site Publisher:</para>
<step>
@@ -212,6 +212,156 @@
</procedure>
</section>
+ <section
id="sect-User_Guide-How_to_Use_WebDAV_With_Site_Publisher-WebDAV_Considerations">
+ <title>WebDAV Considerations</title>
+ <!-- DOCS NOTE: This content is duplicated in the EPP Reference Guide to
avoid cross-document linking.
+ Any changes here should also be made there-->
+ <para>
+ There are some restrictions for WebDAV in different operating systems.
+ </para>
+ <formalpara
id="form-User_Guide-How_to_Use_WebDAV_With_Site_Publisher-WebDAV_Considerations-Windows_7">
+ <title>Windows 7</title>
+ <para>
+ When attemping to set up a web folder through <guilabel>Add a Network
Location</guilabel> or <guilabel>Map a Network Drive</guilabel> through
<guilabel>My Computer</guilabel>, an error message stating <guilabel>The
folder you entered does not appear to be valid. Please choose another</guilabel> or
<guilabel>Windows cannot access … Check the spelling of the name. Otherwise, there
might be …</guilabel> may be encountered. These errors may appear when you are using
SSL or non-SSL.
+ </para>
+
+ </formalpara>
+ <para>
+ To fix this, do as follows:
+ </para>
+ <procedure>
+ <step>
+ <para>
+ Go to Windows Registry Editor.
+ </para>
+
+ </step>
+ <step>
+ <para>
+ Find a key:
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\services\WebClient\Parameters\BasicAuthLevel
.
+ </para>
+
+ </step>
+ <step>
+ <para>
+ Change the value to 2.
+ </para>
+
+ </step>
+
+ </procedure>
+ <formalpara
id="form-User_Guide-How_to_Use_WebDAV_With_Site_Publisher-WebDAV_Considerations-Microsoft_Office_2010">
+ <title>Microsoft Office 2010</title>
+ <para>
+ If you have:
+ </para>
+
+ </formalpara>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Microsoft Office 2007/2010 applications installed on a client computer AND...
+ </para>
+
+ </listitem>
+ <listitem>
+ <para>
+ The client computer is connected to a web server configured for Basic authentication
VIA...
+ </para>
+
+ </listitem>
+ <listitem>
+ <para>
+ A connection that does not use Secure Sockets Layer (SSL) AND...
+ </para>
+
+ </listitem>
+ <listitem>
+ <para>
+ You try to access an Office file that is stored on the remote server...
+ </para>
+
+ </listitem>
+ <listitem>
+ <para>
+ You might experience the following symptoms when you try to open or to download the
file:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ The Office file does not open or download.
+ </para>
+
+ </listitem>
+ <listitem>
+ <para>
+ You do not receive a Basic authentication password prompt when you try to open or
to download the file.
+ </para>
+
+ </listitem>
+ <listitem>
+ <para>
+ You do not receive an error message when you try to open the file. The associated
Office application starts. However, the selected file does not open.
+ </para>
+
+ </listitem>
+
+ </itemizedlist>
+
+ </listitem>
+
+ </itemizedlist>
+ <para>
+ These outcomes can be circumvented by enabling Basic authentication on the client
machine.
+ </para>
+ <para>
+ To enable Basic authentication on the client computer, follow these steps:
+ </para>
+ <procedure>
+ <step>
+ <para>
+ Click Start, type <literal>regedit</literal> in the Start Search box,
and then press Enter.
+ </para>
+
+ </step>
+ <step>
+ <para>
+ Locate and then click the following registry subkey:
+ </para>
+ <para>
+ <envar>HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\Internet</envar>
+ </para>
+
+ </step>
+ <step>
+ <para>
+ On the <guilabel>Edit</guilabel> menu, point to
<guilabel>New</guilabel>, and then click <guilabel>DWORD
Value</guilabel>.
+ </para>
+
+ </step>
+ <step>
+ <para>
+ Type <literal>BasicAuthLevel</literal>, and then press
<keycap>Enter</keycap>.
+ </para>
+
+ </step>
+ <step>
+ <para>
+ Right-click <literal>BasicAuthLevel</literal>, and then click
<guilabel>Modify</guilabel>.
+ </para>
+
+ </step>
+ <step>
+ <para>
+ In the Value data box, type <literal>2</literal>, and then click
<guilabel>OK</guilabel>.
+ </para>
+
+ </step>
+
+ </procedure>
+
+ </section>
+
<section id="sect-User_Guide-Manage_Site_Content_with_WebDAV-Actions">
<title>Actions</title>
<para>
@@ -228,7 +378,7 @@
<procedure>
<step>
<para>
- Access a site via WebDAV (refer to <xref
linkend="sect-User_Guide-Manage_Site_Content_with_WebDAV-How_to_Use_WebDAV_With_eXo_Content"/>),
then go to a web content folder within the site.
+ Access a site via WebDAV (refer to <xref
linkend="sect-User_Guide-Manage_Site_Content_with_WebDAV-How_to_Use_WebDAV_With_Site_Publisher"/>),
then go to a web content folder within the site.
</para>
</step>
<step>
Show replies by date