[
https://issues.apache.org/jira/browse/GEODE-10264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17531730#comment-17531730
]
Max Hufnagel commented on GEODE-10264:
--------------------------------------
https://geode.apache.org/docs/guide/114/getting_started/intro_to_clients.html
no longer contains the following content:
*Connect to the server from your application*
{{import org.apache.geode.cache.client.ClientCache;}}
{{import org.apache.geode.cache.client.ClientCacheFactory;}}
{{public class HelloWorld {}}
{{ public static void main(String[] args) {}}
{{ ClientCache cache = new
ClientCacheFactory().addPoolLocator("127.0.0.1", 10334).create();}}
{{ System.out.println(cache.getDefaultPool().getLocators());}}
{{ cache.close();}}
{{ }}}
{{}}}
The information printed out should match the host and port of your Apache Geode
instance locators and should resemble
{{[/127.0.0.1:10334]}}
> Geode user guide: remove the "Connect to the server from your application"
> section
> ----------------------------------------------------------------------------------
>
> Key: GEODE-10264
> URL: https://issues.apache.org/jira/browse/GEODE-10264
> Project: Geode
> Issue Type: Bug
> Components: docs
> Affects Versions: 1.14.4
> Reporter: Dave Barnes
> Assignee: Max Hufnagel
> Priority: Major
> Labels: pull-request-available
>
> Community member John Martin reported:
> We need to remove the "Connect to the server from your application" section
> from this page please:
> https://geode.apache.org/docs/guide/114/getting_started/intro_to_clients.html
> it is not accurate, and was a section I thought I had deleted before
> submitting, but apparently I had not.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)