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/jodconverter/src/main/java/net/sf/jodconverter/office/OfficeConnectionMode.java > > 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 _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

