Release Notes OOoServer 1.1 3 June 2010 1. Requirements You need JRE 1.5 or a higher version to run the application. 2. Installation You can place the jar file where you want and launch the application as follows: > java -jar ooo_server.jar options Options: -l lifespan_seconds: the number of seconds an OpenOffice 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"). -b :: the hostname and port the server will bind to. This is the contact point for Uno clients. -r -: the range of socket ports for the OpenOffice 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. System properties: be.re.stack: to see stack traces. be.re.pool.trace: to trace pool behaviour OpenOffice should be in the execution path. 3. Changes 3.1 Changes Since Version 1.0 - Extend the MBean with more statistics. 3.2 Changes Since Version 1.0b2 - More robust connection handling. - Addition of an MBean in the namespace "be.re.ooo". 3.3 Changes Since Version 1.0b1 - It now also works on Windows. 4. Known Problems - When the server is running on Windows the Uno wrapper in clients may be locked up when an OOo process instance is removed. Make the lifespan rather large in order to reduce the chance of this happening. 5. Contact Information Comments and bug reports can be sent to support@re.be. Information about the application is available at http://www.re.be/oooserver/.