LoadBalancing IP Config

Options
sandolkakos
edited August 2012 in Photon Server
How can I change the name "LoadBalancing IP Config" in the PhotonControl?
photoncontrol.png

Thanks...

Comments

  • Tobias
    Options
    Not at all.
    This is not a instance but a "setup help" for the LoadBalancing app (or LoadBalancing derived apps).
    You can change the path to the configs (in PhotonControl.exe.config, the value GameServerConfigPaths can be set) but not this menu item's name.

    You renamed your LoadBalancing api?
  • Thanks Tobias,

    yes, i did renamed the LoadBalancing to EronOnline.
    And now, I changed the GameServerConfigPaths, like you tell me, and is working perfectly.

    from:
       <setting name="GameServerConfigPaths" serializeAs="String">
          <value>..\Loadbalancing\GameServer1\bin\Photon.LoadBalancing.dll.config;..\Loadbalancing\GameServer2\bin\Photon.LoadBalancing.dll.config</value>
       </setting>
    
    to:
       <setting name="GameServerConfigPaths" serializeAs="String">
          <value>..\EronOnline\bin\EronOnline.Server.dll.config;</value>
       </setting>
    
  • Tobias
    Options
    :D
    Great.

    I hope you don't mind the menu item still being named "LoadBalancing"?
    We could add this to the config but the effect is ... minimal :)

    Edit: Added a short info about this in the doc.
    http://doc.exitgames.com/photon-server/ ... ng_started
    Changing the “LoadBalancing IP Config” Path
  • It would be cool the name "LoadBalancing" be edited, because this would help future members of the management team of our application to not confuse.

    Thanks for attention and by include this infos in doc Tobias.