[ 
https://jira.nuxeo.com/browse/NXP-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=105607#comment-105607
 ] 

Florent Guillaume commented on NXP-7822:
----------------------------------------

Works when:

1. creating a network drive:
- My Computer > Map Network Drive > Connect to a network server > Next > Choose 
another network location > http://your-ip-address:8080/nuxeo 

2. opening from Microsoft Word (web folder):
- Open > File name: http://your-ip-address:8080/

3. map as network drive (only if on port 80)
- NET USE * http://your-ip-address/nuxeo Administrator /USER:Administrator

To run on port 80 make sure that your proxying also allows OPTION and PROPFIND 
http methods. The following works:
{noformat}
<Location /nuxeo>
  <Limit OPTIONS PROPFIND GET PROPPATCH PUT POST MKCOL MOVE COPY DELETE LOCK 
UNLOCK>
    Order Deny,Allow
    Allow from all
    Satisfy Any
  </Limit>
  ProxyPass http://127.0.0.1:8080/nuxeo
  ProxyPassReverse http://127.0.0.1:8080/nuxeo
</Location>
{noformat}


> Fix WSS for Windows XP
> ----------------------
>
>                 Key: NXP-7822
>                 URL: https://jira.nuxeo.com/browse/NXP-7822
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: WSS integration
>    Affects Versions: 5.4.2
>         Environment: Windows XP
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.5
>
>
> Ensure that Windows XP can use WebDAV to connect to Nuxeo.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to