28 Apr
2009
28 Apr
'09
2:13 p.m.
On Tue, Apr 28, 2009 at 12:38 AM, Asiri Rathnayake < [email protected]> wrote:
Yes, but this is for a "external but local" openoffice process (OOo process running inside the local computer).
It seems like a small hack into this class:
http://code.google.com/p/jodconverter/source/browse/tags/3.0-beta-2/jodconve...
The existing OOo IPC uses named-pipes/unix domain sockets via OfficeConnectionMode#pipe(). This means the OOo process must be running on the same box as xwiki. To allow remote service,TCP/IP needs to be used instead via analogous calls to OfficeConnectionMode#socket() to set up the connection via a TCP/IP socket. -- Niels http://nielsmayer.com