< Previous | Next >

Getting started tutorial lesson 3.2: Running the Java getting started sample client application

Use the following steps to run a Java client to interact with the data grid. The catalog server, container server, and client all run on a single server in this example.

(Optional) Edit the wxs_install_root/ObjectGrid/gettingstarted/env.bat|sh file. This file is invoked by the client automatically. The file contains the following information:
SET CATALOGSERVER_HOST=localhost
SET CATALOGSERVER_PORT=2809
SET GRID_NAME=Grid
SET MAP_NAME=Map1

You must update the CATALOGSERVER_HOST and CATALOGSERVER_PORT values if your catalog server is not running on the same host as your client application.

Lesson checkpoint

Lessons learned

In this lesson, you learned:
  • How to run the Java sample client application to insert, get, update, and delete data from the data grid.
< Previous | Next >