[xwiki-devs] XWiki WebDAV for MSOffice read-write mode
Hello all, I would like to use XWiki WebDAV for editing MSOffice documents online To do this in read-write mode, we must configure XWiki WebDav on ROOT. Instead of opening the document from: http://myserver.test/xwiki/webdav/spaces/test/msoffice/Bonjour.docx we must open it from: http://myserver.test/spaces/test/msoffice/Bonjour.docx This is what I did: - I am running Tomcat 7 / XWiki Enterprise V2.6 - I renamed the ROOT context xwiki - I changed the servlet-mapping like this <servlet-mapping> <servlet-name>webdav</ servlet-name> <url-pattern>/*</ url-pattern> </ servlet-mapping> Now I can't even request the document http://myserver.test/spaces/test/msoffice/Bonjour.docx I have response: HTTP Status 400 - Bad Request Is there any solution XWiki WebDAV to open MSOffice in read-write mode ? Thanks in advance
Hi, If my memory serves well, we couldn't get this to work with Office2007 (although with Office2003 it works fine I think). Please read the following discussion for more information: http://www.mail-archive.com/[email protected]/msg06111.html Also, may be things have changed since the last time I looked into this. Better wait for a developer to reply. Hope this helps. - Asiri On Mon, Feb 20, 2012 at 3:01 PM, <[email protected]> wrote:
Hello all,
I would like to use XWiki WebDAV for editing MSOffice documents online To do this in read-write mode, we must configure XWiki WebDav on ROOT. Instead of opening the document from: http://myserver.test/xwiki/webdav/spaces/test/msoffice/Bonjour.docx
we must open it from: http://myserver.test/spaces/test/msoffice/Bonjour.docx
This is what I did: - I am running Tomcat 7 / XWiki Enterprise V2.6 - I renamed the ROOT context xwiki - I changed the servlet-mapping like this <servlet-mapping> <servlet-name>webdav</ servlet-name> <url-pattern>/*</ url-pattern> </ servlet-mapping>
Now I can't even request the document http://myserver.test/spaces/test/msoffice/Bonjour.docx
I have response: HTTP Status 400 - Bad Request
Is there any solution XWiki WebDAV to open MSOffice in read-write mode ?
Thanks in advance _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
It does work in very specific conditions, particularly it has to be https Ludovic Envoyé de mon iPad Le 20 févr. 2012 à 16:18, Asiri Rathnayake <[email protected]> a écrit :
Hi,
If my memory serves well, we couldn't get this to work with Office2007 (although with Office2003 it works fine I think). Please read the following discussion for more information:
http://www.mail-archive.com/[email protected]/msg06111.html
Also, may be things have changed since the last time I looked into this. Better wait for a developer to reply.
Hope this helps.
- Asiri
On Mon, Feb 20, 2012 at 3:01 PM, <[email protected]> wrote:
Hello all,
I would like to use XWiki WebDAV for editing MSOffice documents online To do this in read-write mode, we must configure XWiki WebDav on ROOT. Instead of opening the document from: http://myserver.test/xwiki/webdav/spaces/test/msoffice/Bonjour.docx
we must open it from: http://myserver.test/spaces/test/msoffice/Bonjour.docx
This is what I did: - I am running Tomcat 7 / XWiki Enterprise V2.6 - I renamed the ROOT context xwiki - I changed the servlet-mapping like this <servlet-mapping> <servlet-name>webdav</ servlet-name> <url-pattern>/*</ url-pattern> </ servlet-mapping>
Now I can't even request the document http://myserver.test/spaces/test/msoffice/Bonjour.docx
I have response: HTTP Status 400 - Bad Request
Is there any solution XWiki WebDAV to open MSOffice in read-write mode ?
Thanks in advance _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
There should be still /webdav/ in your URL and https is also needed Envoyé de mon iPhone Le 20 févr. 2012 à 16:01, [email protected] a écrit :
Hello all,
I would like to use XWiki WebDAV for editing MSOffice documents online To do this in read-write mode, we must configure XWiki WebDav on ROOT. Instead of opening the document from: http://myserver.test/xwiki/webdav/spaces/test/msoffice/Bonjour.docx
we must open it from: http://myserver.test/spaces/test/msoffice/Bonjour.docx
This is what I did: - I am running Tomcat 7 / XWiki Enterprise V2.6 - I renamed the ROOT context xwiki - I changed the servlet-mapping like this <servlet-mapping> <servlet-name>webdav</ servlet-name> <url-pattern>/*</ url-pattern> </ servlet-mapping>
Now I can't even request the document http://myserver.test/spaces/test/msoffice/Bonjour.docx
I have response: HTTP Status 400 - Bad Request
Is there any solution XWiki WebDAV to open MSOffice in read-write mode ?
Thanks in advance _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (4)
-
Asiri Rathnayake -
bouderbala@nearbee.com -
Ludovic Dubost -
ludovic@xwiki.com