This may be getting close to spam, but these details are really hard to
find out (at least it seems like it).

I have a locator running on a shell: "gfsh> start locator --name=locator"
and everything looks good.

Now I have a Java project where I boot up a Cache Server configured with a
cache-config.xml:

<gfe:cache />
    <gfe:cache-server />

    <gfe:partitioned-region id="Metric">
        <gfe:cache-listener>
            <bean class="LoggingCacheListener" />
        </gfe:cache-listener>
    </gfe:partitioned-region>

I cannot find out the configuration needed to get this server to
communicate the the above locator. Can anyone point me to the write docs? I
was looking at
http://geode-docs.cfapps.io/docs/configuring/running/running_the_cacheserver.html
but hasn't helped much so far.

Reply via email to