Installing the OpsMJE z/OS Connect EE Interceptor
Install the API Requester Interceptor by using symlink (preferred method)
- Depending on your setup, perform one of the following actions:
If the API Requester Interceptor is already installed using symlink, the API Requester Interceptor is automatically updated the next time the interceptor loads or the server restarts.
- If the API Requester Interceptor is not installed, proceed to Step 2.
Make sure that the following directories exist:
- $WLP_USER_DIR/extension
- $WLP_USER_DIR/extension/lib
- $WLP_USER_DIR/extension/lib/features
WLP_USER_DIR is the directory in which your server.xml file resides.
Customize and run BBSAMP job MJEINSL0.
Create the following symlink that points to runtimeLibrary/com.bmc.mje.interceptor.jar:
$WLP_USER_DIR/extension/lib/com.bmc.mje.interceptor.jarCreate the following symlink that points to runtimeLibrary/com.bmc.mje.feature.mf:
$WLP_USER_DIR/extension/lib/features/com.bmc.mje.feature.mf
- Configure and activate the API Requester Interceptor in the server.xml file. For more information, see Configuring-the-OpsMJE-z-OS-Connect-Interceptor-for-z-OS-Connect-EE-servers.
Install the API Requester Interceptor by using the IBM installUtility command
Depending on your setup, perform one of the following actions:
If the API Requester Interceptor is already installed, using the installUtility command, uninstall the mjeZconnInterceptor.
For more information about using the installUtility command, see Installing assets using the installUtility command in the IBM WebSphere Application Server Liberty documentation.- If the API Requester Interceptor is not installed, proceed to Step 2.
- Customize and run MJEINES1 to install the mjeZconnInterceptor using installUtility.
- Configure and activate the API Requester Interceptor in the server.xml file. For more information, see Configuring-the-OpsMJE-z-OS-Connect-Interceptor-for-z-OS-Connect-EE-servers.
Upgrading from version 3.3.00 to 4.1.00
If you upgrade from version 3.3.00 to 4.1.00, to start z/OS Connect EE, you must use the --clean parameter option. For more information, see zosconnect command syntax in the IBM z/OS Connect (OpenAPI 2) documentation.