My system admin installed openoffice4 in headless mode. i started openoffice using command
soffice -headless accept="socket,host=localhost,port=8100;urp;" -nofirststartwizard
It starts, but gets killed within few minutes.
but when i start openoffice using command "openoffice4 –headless &" it does not get killed
netstat -nap | grep office shows me following
unix 2 [ ACC ] STREAM LISTENING 32512 5982/soffice.bin /tmp/OSL_PIPE_0_SingleOfficeIPC_e78437b1da6df9694a5449f4fb
Cann someone please explain me what the issue is here?