Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Setup gametoolSearchEAR

Joined
Feb 2, 2011
Messages
437
Reaction score
451
How does it work?


gametoolSearchEAR is additional application for distributed search in GM Tool. The aim is to remove search query from GM Tool, but to redirect it to gametoolSearchEAR search application. So GM Tool load will be lesser than before.
How To Install


gametoolSearchEAR application has to be added to base and shard part. After that search queries will be redirected to gametoolSearchEAR application.


gametoolSearchEAR setup example:<gametoolSearchEAR ip="HOST_IP" memory="512">
PHP:
   <web host="GTS_WEB_HOST_IP" port="GTS_WEB_HOST_PORT"/>    <instance mode="searchCombined"/></gametoolSearchEAR>
, where:


GTS_WEB_HOST_IP - IP address, should be the same as GM tool (but if you can run it on local IP - it would be better, in spite of GM Tool has external IP).
GTS_WEB_HOST_PORT - PORT on which gametoolSearchEAR web-interface will run.


In master GMtool you should set:<gametoolEAR>
PHP:
...    <cluster-controller host="GT_WEB_HOST_IP" port="GT_WEB_HOST_PORT"/>...</gametoolEAR>

, where


GT_WEB_HOST_IP - has to be the same as gametoolSearchEAR IP on the base part (GTS_WEB_HOST_IP - IP)
GT_WEB_HOST_PORT - has to be the same asgametoolSearchEAR port on the base part (GTS_WEB_HOST_PORT)
 
Back
Top