|
|
|
|
|
|
Key
These lines were removed. This word was removed.
These lines were added. This word was added.
|
View page history
|
There are 1 changes. View first change.
| | {include:OG_HEADER} |
| | For deployment in standalone or WebSphere Application Server environments, see [ObjectGrid packaging|Packaging overview]. |
| | |
| | | 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|Packaging overview] 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 add to the orb.properties in the java/jre/lib directory: |
| | | 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|Packaging overview] 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. |
| | {include:OG_FOOTER} |
|
|
|