Hi ,
iam getting the following exception:
connection failed: socket,host=localhost,port=8100,tcpNoDelay=1:
java.net.ConnectException: Connection refused: connect
i have written a simple java class to convert the .doc file to .pdf ,
and before running the java application , i have downloaded
openoffice.org for windows and installed it .In order to start the
openoffice.org , i followed the simple process of starting it from the
cmd prompt by typing int he following command :
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -
nofirststartwizard
but i still get the same error of connection refused, am i doing
anything wrong,how can i test whether my openoffice server is actually
running.
please give me some inputs in this regard.
Thanks,
Rama.