Re

Get OOoServer at SourceForge.net. Fast, secure and Free Open Source software downloads

Version Date Binaries Sources Documentation
1.1.1
19 January 2011
1.1
3 June 2010
1.0
20 May 2009
1.0b2
17 September 2008
1.0b1
3 September 2008

You can build the releases with Ant.

Run the binaries as follows:

  java -jar ooo_server.jar options

Options:

-l lifespan_seconds
The number of seconds an OpenOffice.org process will be used. The default is 0.
-s shutdown_port
The socket port to which you can make a connection to shut down the server (e.g. telnet localhost 33333). By default there is no shutdown port.
-b <host>:<port>
The hostname and port the server will bind to. This is the contact point for UNO clients. If you use 0.0.0.0 as the hostname, the server will bind to all the interfaces of the machine.
-r <port>-<port>
The range of socket ports for the OpenOffice.org processes. This also defines the maximum size of the process pool.
-t timeout_seconds
the time after which an idle client connection is closed. The default is 60.
-log [filename]
logs client connection activity.

OpenOffice.org should be in the execution path.