Hi Andreas

Yes i have special requirements ... i need N identical
openoffice-instances. for this i will not install N complete
openoffice-packages. i want only start N oo's with N different
parameters (-accep=socket,port=N). is this possible? and if, how?


it is possible, i think ;-) as i did it for an asynchronous XML-RPC driven converter using pyUNO

first, install one OOo

then launch evry instance you need on deifferent ports and using different users directory
The -noresteore and -headless switch may be usefull

/opt/openoffice.org1.9.122/program/soffice -no restore -headless -accepet "...." -env:UserInstallation=file://home/Gooffy/.GooffyOOo2

the env:UserInstallation has tobe adapted to windows paths

more information perharps
http://blogs.nuxeo.com/sections/blogs/laurent_godard/2005_08_04_ooo2_and_multiple

Hope this helps

Laurent

--
Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org
Indesko >> http://www.indesko.com
Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org
Livre "Programmation OpenOffice.org", Eyrolles 2004

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to