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

Comments

  • the server=2 can be omitted. Anyways, are you sure fop2_server is connecting and receiving events from server 2? Start it in debug mode to find out:

    /usr/local/fop2/fop2_server -X 3

    Best regards,
  • When I make that:

    Can't listen to port 4445
  • Ok, it0s works fine..

    The problem was permissions of manager server2, I change it and perfect.

    Thanks
Sign In or Register to comment.