Application Servers Pre-Installation Tasks for WebLogic
Customizing the WebLogic JVM heap size
For a successful deployment of Quantum Fabric War files on WebLogic server, increase the Heap Size in WebLogic memory arguments. For more details, refer to Heap and PermGen Settings.
Place MS SQL Server Connector JAR in the WebLogic Server
If you want to install MS SQL Server Database with WebLogic, then you need to manually place the mssql-jdbc-7.2.2.jre11.jar
file in the WebLogic Server.
To add mssql-jdbc-7.2.2.jre11.jar
file in the WebLogic Server, follow these steps:
- Copy the
mssql-jdbc-7.2.2.jre11.jar
file from the Quantum Fabric Installation Folder to the<WL_HOME>/server/lib
folder. - Go to the
<WL_HOME>/user_projects/domains/base_domain/bin
folder and edit thestartWeblogic.cmd
file. - Prepend your JAR file to the SAVE_CLASSPATH environment variable. For example:
set SAVE_CLASSPATH=%WL_HOME%/server/lib/
mssql-jdbc-7.2.2.jre11.jar
;%CLASSPATH% - If Windows Integrated Auth is enabled, copy the
sqljdbc_auth.dll
file to the<WL_HOME>/user_projects/domains/base_domain/bin
folder. - Restart the server.
NOTE: <WL_HOME> is the folder in which WebLogic is installed.
Place Oracle Server Connector JAR in the WebLogic Server
If you want to install Oracle Server Database with WebLogic, then you need to manually place the ojdbc8.jar
file in the WebLogic Server.
To add the ojdbc8.jar
file in the WebLogic Server, follow these steps:
- Copy the
ojdbc8.jar
file from the Quantum Fabric Installation Folder to the<WL_HOME>/server/lib
folder. - Go to the
<WL_HOME>/user_projects/domains/base_domain/bin
folder and edit thestartWeblogic.cmd
file. - Prepend your JAR file to the SAVE_CLASSPATH environment variable. For example:
set SAVE_CLASSPATH=%WL_HOME%/server/lib/
ojdbc8.jar
;%CLASSPATH% - Restart the server.
NOTE: <WL_HOME> is the folder in which WebLogic is installed.
Place MySQL Server Connector JAR in the WebLogic Server
If you want to install MySQL Server Database with WebLogic, then you need to manually place the mysql-connector-java-8.0.12.jar
file in the WebLogic Server.
To add mysql-connector-java-8.0.12.jar
file in the WebLogic Server, follow these steps:
- Copy the
mysql-connector-java-8.0.12.jar
file from the Quantum Fabric Installation Folder to the<WL_HOME>/server/lib
folder. - Go to the
<WL_HOME>/user_projects/domains/base_domain/bin
folder and edit thestartWeblogic.cmd
file. - Prepend your JAR file to the SAVE_CLASSPATH environment variable. For example:
set SAVE_CLASSPATH=%WL_HOME%/server/lib/
mysql-connector-java-8.0.12.jar
;%CLASSPATH% - Restart the server.
NOTE: <WL_HOME> is the folder in which WebLogic is installed.
How to Configure Engagement Services - WebLogic
When Engagement is selected as Fabric Component, you must add the following parameter in the JVM arguments present in domain-name\StartWebLogic.cmd
(for Windows) or domain-name\StartWebLogic.sh
(for Unix):
-DKMS_CORE_VERSION=2