Setup gametoolSearchEAR

Results 1 to 2 of 2
  1. #1
    The Cyber Fox adastmin is offline
    MemberRank
    Feb 2011 Join Date
    WashingtonLocation
    405Posts

    idea Setup gametoolSearchEAR

    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 Code:
       <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 Code:
    ...    <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)


  2. #2
    Member Milow Druida is offline
    MemberRank
    Mar 2014 Join Date
    BrasilLocation
    59Posts

    Re: Setup gametoolSearchEAR

    I am new in this if I need an image as an example; please :)



Advertisement