Configure more than one server
Hi, I'm trying to configured two server.
In fop2.cfg I configured:
; Server 1
manager_host=127.0.0.1
manager_port=5038
manager_user=user
manager_secret=password
; Server 2
manager_host=ip server2
manager_port=5038
manager_user=user
manager_secret=password
And in the buttons.cfg:
The extensions of server 1 I configurated normally, and the server2 I put the option server=2 in the buttons.
I go to web service and I see two extension of two servers, but extension of server2 I can't monitor it.
I'd make any more??
Thanks
In fop2.cfg I configured:
; Server 1
manager_host=127.0.0.1
manager_port=5038
manager_user=user
manager_secret=password
; Server 2
manager_host=ip server2
manager_port=5038
manager_user=user
manager_secret=password
And in the buttons.cfg:
The extensions of server 1 I configurated normally, and the server2 I put the option server=2 in the buttons.
I go to web service and I see two extension of two servers, but extension of server2 I can't monitor it.
I'd make any more??
Thanks
Comments
/usr/local/fop2/fop2_server -X 3
Best regards,
Can't listen to port 4445
The problem was permissions of manager server2, I change it and perfect.
Thanks