You can access the ObjectGrid packages in two ways: by installing WebSphere Extended Deployment, or by installing the mixed server environment.
When you install WebSphere Extended Deployment Version 6.0.1 or later, the following runtime files are installed:
File name | Runtime environment | Description |
---|---|---|
/lib/asm.jar /lib/cglib.jar |
Local, client, and server | These Java archive (JAR) files are for the cglib utility function when using the copy on write copy mode. |
/lib/wsobjectgrid.jar | Local, client, and server | This Java archive (JAR) file contains the ObjectGrid local, client, and server runtime for use in the WebSphere Extended Deployment Version 6.0.1 and later environment. |
When you install WebSphere Extended Deployment for Mixed Server Environment, the following runtime files are installed:
File name | Runtime environment | Description |
---|---|---|
/ObjectGrid/lib/asm.jar /ObjectGrid/lib/cglib.jar |
Local, client, and server | These Java archive (JAR) files are for the cglib utility function when you are using the copy on write copy mode. Include these JAR files in your CLASSPATH if you are using the copy on write copy mode and you want to use the cglib proxy function. These JAR files are automatically included in the server runtime. Add these files to your client or local ObjectGrid runtime. |
/ObjectGrid/lib/mx4j.jar /ObjectGrid/lib/mx4j-remote.jar /ObjectGrid/lib/mx4j-tools.jar |
Management gateway client and server | These JAR files are for the mx4j utility function that is used by the ObjectGrid management gateway server as well as the management gateway client programs. Add these JAR files to the management gateway client CLASSPATH when you are connecting to the management gateway server. |
/ObjectGrid/lib/objectgrid.jar | Local, client, and server | This JAR file is used by the stand-alone server runtime for Java 2 Platform, Standard Edition (J2SE) Version 1.4.2 and later. You can also use this JAR file for client and local runtime for J2SE version 1.3 and later. |
/ObjectGrid/lib/ogclient.jar | Local and client | This JAR file contains only the local and client ObjectGrid runtimes when running outside of a WebSphere Application Server process. It might be better to use this JAR file over the objectgrid.jar file because of the smaller footprint. You can use this JAR file with J2SE Version 1.3 and later. |
/ObjectGrid/lib/wsobjectgrid.jar | Local, client and server | Use this JAR file on WebSphere Application Server Version 6.0.2 or later. This JAR file is the same JAR file that is installed with WebSphere Extended Deployment. |
/ObjectGrid/lib/wsogclient.jar | Local and client | Use this JAR file for WebSphere Application Server Version 5.0.2 and later. This JAR file contains only the local and client ObjectGrid runtimes. |