See the WebSphere eXtreme Scale Wiki for links to eXtreme Scale Version 7.0 documentation.
If you log in
with your developerWorks ID, you can leave comments and feedback for the development team.
For deployment in standalone or WebSphere Application Server environments, see ObjectGrid packaging.
If you want to deploy an application in a WebSphere Application Server environment that does not have WebSphere Extended Deployment Data Grid installed, you must perform manual steps to set up the environment to function with ObjectGrid. After installing the WebSphere Extended Deployment Data Grid standalone installation, copy the wsobjectgrid.jar for an ObjectGrid server environment, or the wsogclient.jar for an ObjectGrid client enviroment in the lib directory of the WebSphere installation. See the ObjectGrid packaging page for more detail on other jars that are copied over to the WebSphere environment for the ObjectGrid function that you want. If using the distributed ObjectGrid function, update the orb.properties to include the ObjectGrid ORB initializer. Add the following line to the orb.properties in the java/jre/lib directory:
- org.omg.PortableInterceptor.ORBInitializerClass.com.ibm.ws.objectgrid.corba.ObjectGridInitializer
Deployment in other J2EE environments is similar to that of the WebSphere Application Server environment, but instead of including the wsobjectgrid.jar in the classpath, the ogclient.jar is required.
© Copyright IBM Corporation 2007,2009. All Rights Reserved.