Hi, My goal is to use OOo to run in a server process, with multiple instances running separately, processing documents driven by a pyUno script.
I am trying to get OOo to automatically setup its user installation files, so that I can create each instance on the fly for soffice when it runs. I've tried using -headless when starting soffice, as shown in this message: http://api.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14253 e.g.: soffice -env:UserInstallation=file:///tmp/xxx -headless '-accept=socket,host=localhost,port=3051;urp;' However, when the user install files do not already exist, office exits without any error message after creating the directory /tmp/xxx and populating it with some files. If I run the same command again, soffice also exits without any error. However, if I run _without_ -headless, fill out the registration screens, exit, and rerun _with_ -headless, soffice runs successfully. Any hints on how to get around this? I know I can copy a working user installation directory, but I want to avoid keeping a template user installation directory around if possible. Thanks, Doug -- Douglas S. J. De Couto [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
