Using and Setting Up “Additional JAR Directory”
“Additional JAR Directory” must be populated if the “Web Application Server Home Directory” is not set. For instance, if the environment is for Batch only and the server has no WebLogic installed.
In this scenario, the “Additional JAR Directory” must be created prior to the installation and the following list of WebLogic JARs should be copied there (full path from original WebLogic location, which must be installed in the Web Server):
<Web Application Server Home Directory>/server/lib/wlthint3client.jar
<Web Application Server Home Directory>/../oracle_common/modules/org.codehaus.woodstox.stax2-api.jar
<Web Application Server Home Directory>/../oracle_common/modules/org.glassfish.jersey.core.jersey-client.jar
<Web Application Server Home Directory>/../oracle_common/modules/org.glassfish.jersey.core.jersey-common.jar
<Web Application Server Home Directory>/../oracle_common/modules/org.glassfish.jersey.bundles.repackaged.jersey-guava.jar
<Web Application Server Home Directory>/../oracle_common/modules/org.glassfish.jersey.core.jersey-server.jar
<Web Application Server Home Directory>/../oracle_common/modules/org.glassfish.jersey.media.jersey-media-jaxb.jar
<Web Application Server Home Directory>/../oracle_common/modules/org.glassfish.jersey.media.jersey-media-multipart.jar
 
if WebLogic 12.2.1.[0-2].0:
<Web Application Server Home Directory>/../oracle_common/modules/org.codehaus.woodstox.woodstox-core-asl.jar
 
if WebLogic is not 12.2.1.[0-2].0:
<Web Application Server Home Directory>/../oracle_common/modules/com.fasterxml.woodstox.woodstox-core.jar
 
If the “Additional JAR Directory” is configured, the initialSetup process will pull those JARs from that directory.
If the “Additional JAR Directory” is not configured, the initialSetup process will pull those JARs from the “Web Application Server Home Directory”.