How to configure OpenOffice server with an external program
Posted: Thu May 15, 2008 9:10 pm
Hi
This is my first post and I wasnt sure were to post this topic (maybe external programs or troubleshooting).
Running OpenOffice.org2.4
OS is Linux details are
bash-3.00$ more /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
bash-3.00$ uname -sar
Linux bfs-hs20-05s5.bfs.phone.com 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
bash-3.00$
So Im working on using OpenOffice(OO) to convert certain document types to HTML. A Java servlet connects to an OO server over TCP and sends the document to be converted, which is then converted and written to disk. This works well. A basic prototype is up and working.
I have started the server on the command line using the following
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
1. Is it possible to configure the number of concurrent connections allowed to the OO server at any one time?
2. What is the default number of concurrent connections allowed to the OO server?
3. Is there any log files created by the OO server, that may illuminate this type of detail?
Thanks
This is my first post and I wasnt sure were to post this topic (maybe external programs or troubleshooting).
Running OpenOffice.org2.4
OS is Linux details are
bash-3.00$ more /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
bash-3.00$ uname -sar
Linux bfs-hs20-05s5.bfs.phone.com 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
bash-3.00$
So Im working on using OpenOffice(OO) to convert certain document types to HTML. A Java servlet connects to an OO server over TCP and sends the document to be converted, which is then converted and written to disk. This works well. A basic prototype is up and working.
I have started the server on the command line using the following
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
1. Is it possible to configure the number of concurrent connections allowed to the OO server at any one time?
2. What is the default number of concurrent connections allowed to the OO server?
3. Is there any log files created by the OO server, that may illuminate this type of detail?
Thanks