Login  Register

Re: Apache Bridge Error

Posted by ErmanArslansOracleBlog on Mar 28, 2016; 7:18am
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/Apache-Bridge-Error-tp819p835.html

Your ports in mod_wls.conf is wrong.

You see the ports below,

"Change this file according to the environment, restart apps services and recheck.." Your ports are 7204, 7404 etc...

<IfModule mod_weblogic.c>
        DynamicServerList OFF
        <Location /OA_HTML>
                SetHandler weblogic-handler
                WebLogicCluster ERPPREP.sunresort.local:7205
                WLTempDir ${ORACLE_INSTANCE}/tmp
        </Location>
        <Location /forms>
                SetHandler weblogic-handler
                WLCookieName JsessionIDForms
                WebLogicCluster ERPPREP.sunresort.local:7405
                WLTempDir ${ORACLE_INSTANCE}/tmp
        </Location>
        <Location /webservices>
                SetHandler weblogic-handler
                WLCookieName JsessionIDOAFM
                WebLogicCluster ERPPREP.sunresort.local:7605
                WLTempDir ${ORACLE_INSTANCE}/tmp
        </Location>
        <Location /formsclient>
                SetHandler weblogic-handler
                WLCookieName JsessionIDFORMS-C4WS
                WebLogicCluster ERPPREP.sunresort.local:7805
                WLTempDir ${ORACLE_INSTANCE}/tmp
        </Location>
        <Location /ekanban-UI-context-root>
                SetHandler weblogic-handler
                WLCookieName JsessionIDEkanban
                WebLogicCluster ERPPREP.sunresort.local:6805
                WLTempDir ${ORACLE_INSTANCE}/tmp
        </Location>
        <Location /accessgate>
                SetHandler weblogic-handler
                WebLogicCluster ERPPREP.sunresort.local:6805
                WLTempDir ${ORACLE_INSTANCE}/tmp
        </Location>
        <Location /YMS-UI-context-root>
                SetHandler weblogic-handler
                WLCookieName JsessionIDYMS
                WebLogicCluster ERPPREP.sunresort.local:6805
                WLTempDir ${ORACLE_INSTANCE}/tmp
        </Location>
</IfModule>