Configuring WebSphere 8.5
WebSphere 8.5 requires some additional configuration in release 8.1.3 to enable GRAT to deploy successfully to GRE. Please follow the steps below.
Start
- Extract httpclient-4.1.1.jar and httpcore-4.1.jar from the WEB-INF/lib directory of genesys-rules-engine.war and store them in:
${WAS_INSTALL_ROOT}\optionalLibraries
- Configure these two JAR files as Isolated Shared Libraries.
- From the WS Admin console select Environment->SharedLibraries->New
- Set the name to sharedStuff
- Set the classpath to:
${WAS_INSTALL_ROOT}/optionalLibraries/httpclient-4.1.1.jar
and
${WAS_INSTALL_ROOT}/optionalLibraries/httpcore-4.1.jar
- Check the Use an isolated class loader for this shared library check box. Click Apply and Save.
- Navigate to Enterprise Applications->genesys-rules-engine->Shared library references and add the sharedStuff shared library reference to the web module.
End
This page was last edited on June 19, 2013, at 11:13.
Comments or questions about this documentation? Contact us for support!