This page was last edited on August 30, 2019, at 19:57.
Comments or questions about this documentation? Contact us for support!
Support for Java 8 in GRS release 9.0 means that previous WebSphere versions supported in Java 7 are not available. The only WebSphere available for Java 8 is WebSphere Liberty. Verification has been performed using version 8.5.5.7.
JAVA_HOME=/usr/java8_64
<!-- GRAT Application: IMPORTANT! Remove classLoader element in below Application if not using an external database otherwise replace "[database driver file]" with the appropriate driver file name --> <application context-root="genesys-rules-authoring" type="war" id="genesys-rules-authoring" location="genesys-rules-authoring.war" name="genesys-rules-authoring"> <classloader> <privateLibrary> <file name="ExternalLibs/[database driver file].jar" id="databasedriver"></file> </privateLibrary> </classloader> </application> <!-- GRE Application: IMPORTANT! Replace "[JDT core jar file name]" with the file name --> <application context-root="genesys-rules-engine" type="war" id="genesys-rules-engine" location="genesys-rules-engine.war" name="genesys-rules-engine"> <classloader> <privateLibrary> <file name="ExternalLibs/[JDT core jar file name].jar" id="jdt"></file> </privateLibrary> </classloader> </application>