instance 1
[ebsuat@erprokkat01 EBS_web_UATDB]$ cat mod_wl_ohs.conf
# +======================================================================+
# | Copyright (c) 2005, 2014 Oracle and/or its affiliates. |
# | All rights reserved. |
# | Version 12.0.0 |
# +======================================================================+
#
# $Header: mod_wl_ohs_conf_FMW.tmp 120.7.12020000.6 2014/05/09 11:03:18 mmanku ship $
#
# This template is used to seed the initial mod_wl_ohs.conf. After that, AutoConfig does not manage mod_wl_ohs.conf changes.
# It is advisable to perform OHS configuration changes through EM console.
# The default EM console URL is http://erpprodapps.ttd.com:7008/em
#
####################################################################
#
# mod_wl_ohs.so - The plug-ins allow requests to be proxied from an
# Apache HTTP Server, Oracle HTTP Server, or Microsoft Internet Information Server (IIS)
# to WebLogic Server. In this way, plug-ins enable the HTTP server to communicate
# with applications deployed on the WebLogic Server.
# For further information refer http://download.oracle.com/docs/cd/E14571_01/web.1111/e16435/overview.htm#BABGIJBI
#
#
# WebLogicCluster - List of member server and port in server:port,server1:port1 format
# For further information refer Configure the Apache HTTP Server Plug-In here:
# http://download.oracle.com/docs/cd/E14571_01/web.1111/e16435/apache.htm#CDEHDGJG
#
#
####################################################################
LoadModule weblogic_module "${ORACLE_HOME}/ohs/modules/mod_wl_ohs.so"
DynamicServerList OFF
SetHandler weblogic-handler
WebLogicCluster erprokkat01.ttd.com:7203,erprokkat01.ttd.com:7202
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDForms
WebLogicCluster erprokkat01.ttd.com:7402,erprokkat01.ttd.com:7403
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDOAFM
WebLogicCluster erprokkat01.ttd.com:7602
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDFORMS-C4WS
WebLogicCluster erprokkat01.ttd.com:7802
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDEkanban
WebLogicCluster erprokkat01.ttd.com:6802
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WebLogicCluster erprokkat01.ttd.com:6802
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDYMS
WebLogicCluster erprokkat01.ttd.com:6802
WLTempDir ${ORACLE_INSTANCE}/tmp
[ebsuat@erprokkat01 EBS_web_UATDB]$
instance 2
[ebsuat@erprokkat01 EBS_web_UATDB]$ cat mod_wl_ohs.conf
# +======================================================================+
# | Copyright (c) 2005, 2014 Oracle and/or its affiliates. |
# | All rights reserved. |
# | Version 12.0.0 |
# +======================================================================+
#
# $Header: mod_wl_ohs_conf_FMW.tmp 120.7.12020000.6 2014/05/09 11:03:18 mmanku ship $
#
# This template is used to seed the initial mod_wl_ohs.conf. After that, AutoConfig does not manage mod_wl_ohs.conf changes.
# It is advisable to perform OHS configuration changes through EM console.
# The default EM console URL is http://%s_hostname%.%s_domainname%:%s_wls_adminport%/em
#
####################################################################
#
# mod_wl_ohs.so - The plug-ins allow requests to be proxied from an
# Apache HTTP Server, Oracle HTTP Server, or Microsoft Internet Information Server (IIS)
# to WebLogic Server. In this way, plug-ins enable the HTTP server to communicate
# with applications deployed on the WebLogic Server.
# For further information refer http://download.oracle.com/docs/cd/E14571_01/web.1111/e16435/overview.htm#BABGIJBI
#
#
# WebLogicCluster - List of member server and port in server:port,server1:port1 format
# For further information refer Configure the Apache HTTP Server Plug-In here:
# http://download.oracle.com/docs/cd/E14571_01/web.1111/e16435/apache.htm#CDEHDGJG
#
#
####################################################################
LoadModule weblogic_module "${ORACLE_HOME}/ohs/modules/mod_wl_ohs.so"
DynamicServerList OFF
SetHandler weblogic-handler
WebLogicCluster erprokkat02.ttd.com:7202,erprokkat02.ttd.com:7208
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDForms
WebLogicCluster erprokkat02.ttd.com:7402,erprokkat02.ttd.com:7408
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDOAFM
WebLogicCluster erprokkat02.ttd.com:7602
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDFORMS-C4WS
WebLogicCluster erprokkat02.ttd.com:7802,erprokkat01.ttd.com:7802
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDEkanban
WebLogicCluster erprokkat02.ttd.com:6802
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WebLogicCluster erprokkat02.ttd.com:6802
WLTempDir ${ORACLE_INSTANCE}/tmp
SetHandler weblogic-handler
WLCookieName JsessionIDYMS
WebLogicCluster erprokkat02.ttd.com:6802
WLTempDir ${ORACLE_INSTANCE}/tmp
[ebsuat@erprokkat01 EBS_web_UATDB]$