Other Tasks
Configure Node Manager Properties to allow SSL
Follow the steps below to update the nodemanager.properties with the correct Private Key Passphrase.
Under the following location: DOMAIN_HOME/nodemanager update the following properties in the nodemanager.properties file:
• CustomIdentityKeyStorePassPhrase=
• CustomIdentityPrivateKeyPassPhrase=
Set these to the value “0uaf_demo_c3rt”
Note: At first when the node manager is started, the values in the file will be encrypted. These values will need to updated in production configuration with the proper values based on your configuration.
Configure setDomainEnv.sh Script
You will need to set the value of SPLEBASE with the proper value for your implementation. Under the following location, DOMAIN_HOME/bin, update the setDomainEnv.sh file and add the following
SPLEBASE="${SPLEBASE}"
Note: You will need to update ${SPLEBASE} with appropriate value based on your configuration.
Update SPLEBASE
The following update in the configuration indicates if the embedded configuration is being utilized or if the environment is a native installation to WebLogic. When this item is populated in the environment, the delivered base tools will be able to identify that the starting and stopping of the environment are being done under the domain home.
1. Initialize the Environment: splenviron.sh –e <Environment_Name>
2. Execute: configureEnv.sh –a
3. Select Menu Item: 52. Advanced Web Application Configuration
=================================================
4. 02. Configuration Option: Domain Home Location
Current Value <ENTER>:
The Weblogic Domain Home location, when this parameter is populated you will need to use the native Weblogic tools for maintenance (starting, stopping, deployment, and undeployment).
Enter Value: <Enter your domain home location>
5. Once the Domain Home location has been completed, Enter <P> Process
Update setDomainEnv.sh
To update serDomainEnv.sh, follow these steps:
1. Edit setDomainEnv.sh and change antlr, serializer and xalan jar versions to the following:
• antlr-2.7.7.jar
• serializer-2.7.2.jar
• xalan-2.7.2.jar
2. Update setUserOverrides.sh.
3. Edit setUserOverrides.sh and add the below to JAVA_OPTIONS. For AIX, the below parameters also need to be added to JAVA_OPTIONS.
-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl -Djavax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema=org.apache.xerces.jaxp.validation.XMLSchemaFactory