Configuring the Java Object Cache for AXF in Distributed Oracle IPM Managed Servers

7-12 Oracle Fusion Middleware Installation Guide for Oracle Enterprise Content Management Suite

7.5.1 Configuring the Java Object Cache for AXF in Distributed Oracle IPM Managed Servers

You can use the MW_HOMEoracle_commonbinconfigure-joc.py Python script, in the Middleware home, to configure the JOC on all of the Managed Servers in distributed mode. The script runs in the Oracle WebLogic Scripting Tool WLST online mode and expects the Administration Server to be up and running. To enable the JOC in distributed mode with the configure-joc.py script: 1. Connect to the Administration Server with a WLST command; for example: MW_HOME oracle_commoncommonbinwlst.sh connect Enter the Oracle WebLogic Server Administration user name and password when prompted. 2. After connecting to the Administration Server with WLST, use the execfile command to start the script; for example: wls:mydomainserverConfigexecfileMW_HOMEoracle_ commonbinconfigure-joc.py 3. Configure JOC for all the managed servers for a given cluster. Enter y when the script prompts whether you want to specify a cluster name, and also specify the cluster name and discover port when prompted. This discovers all the Managed Servers for the given cluster and configures the JOC for each Managed Server. The discover port is common for the entire JOC configuration across the cluster. An example follows: Do you want to specify a cluster name yn y y Enter Cluster Name : IPM_Cluster Enter Discover Port : 9988 Here is a sample walkthrough for using configure-joc.py for clustered environments: execfileMW_HOMEoracle_commonbinconfigure-joc.py . Enter Hostnames eg host1,host2 : IPMHOST1, IPMHOST2 . Do you want to specify a cluster name yn y y . Enter Cluster Name : IPM_Cluster . Enter Discover Port : 9991 . Enter Distribute Mode true|false true : true . Do you want to exclude any servers from JOC configuration yn n n For more information, see Configuring the Distributed Java Object Cache in Oracle Fusion Middleware High Availability Guide. Note: After configuring the Java Object Cache, restart all affected Managed Servers for the configurations to take effect, as described in Section 10.3, Restarting a Managed Server. Configuring Oracle Imaging and Process Management 7-13

7.5.2 Verifying the AXF Installation with HelloWorld