Hi Brian,
I have visited the site
http://www.artofsolving.com/node/10.
I have also tried various method like :
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -
nofirststartwizard
$ unset DISPLAY
$ soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -
nofirststartwizard
But when ever i tried accept="socket,host=127.0.0.1,port=8100;urp;" in
the terminal it is taking with no error.
But then I type telnet localhost 8100 it is showing same error:
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying fe80::1...
telnet: connect to address fe80::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address
127.0.0.1: Connection refused
telnet: Unable to connect to remote host
Priyaranjan-K-Rout:MacOS priyaranjan$
Can You please guide me how to make OpenOffice server is listening.
Thanks and Regards,
bapu
On May 16, 5:13 pm, Brian Fenton <
brian.fen...@gmail.com> wrote:
> Hi Bapu
>
> Check that the OpenOffice server is listening. Try 'telnet localhost 8100'
> and you should get something like this
>
> $> telnet localhost 8100
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> ` 'com.sun.star.bridge.XProtocolPropertiesUrpProtocolProperties
>
> cheers
> Brian
>