On Tue, Apr 28, 2009 at 12:38 AM, Asiri Rathnayake <
asiri.rathnayake(a)gmail.com> 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/jodconv…
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