RewriteEngine On RewriteOptions inherit RewriteRule ^/em/targetauth/emaslogout.jsp "/oamsso/logout.html?end_url=/em" [R] RewriteRule ^/console/jsp/common/logout.jsp "/oamsso/logout.html?end_url=/console" [R] ################################### ## General Domain Configuration ################################### # Admin Server and EM SetHandler weblogic-handler WebLogicHost fmwhost.paramlabs.com WeblogicPort 7001 SetHandler weblogic-handler WebLogicHost fmwhost.paramlabs.com WeblogicPort 7001 SetHandler weblogic-handler WebLogicHost fmwhost.paramlabs.com WeblogicPort 7001 # ODSM SetHandler weblogic-handler WebLogicCluster fmwhost.paramlabs.com:7006 ############################################## ## Entries Required by Oracle Access Manager ############################################## # OAM console SetHandler weblogic-handler WebLogicHost fmwhost.paramlabs.com WebLogicPort 7001 ############################################## ## Entries Required by Oracle Access Manager ############################################## # OAM SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WebLogicCluster fmwhost.paramlabs.com:14100 ############################################## ## Entries Required by Fusion Applications ############################################## # FAAuthScheme SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WebLogicCluster fmwhost.paramlabs.com:14100 ################################################ ## Entries Required by Oracle Identity Manager ################################################ # oim admin console(idmshell based) SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # oim self and advanced admin webapp consoles(canonic webapp) SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # xlWebApp - Legacy 9.x webapp (struts based) SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # Nexaweb WebApp - used for workflow designer and DM SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # used for FA Callback service. SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # spml xsd profile SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # role-sod profile SetHandler weblogic-handler WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" SetHandler weblogic-handler #WLProxySSL ON #WLProxySSLPassThrough ON WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" ################################################ ## Entries Required by Oracle Identity Manager and SOA ################################################ # SOA Infrastructure SetHandler weblogic-handler WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:8001 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # UMS Email Support SetHandler weblogic-handler WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:8001 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # SOA Callback webservice for SOD - Provide the SOA Managed Server Ports SetHandler weblogic-handler WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:8001 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log" # Callback webservice for SOA. SOA calls this when a request is approved/rejected # Provide the SOA Managed Server Port SetHandler weblogic-handler WLCookieName oimjsessionid WebLogicCluster fmwhost.paramlabs.com:14000 WLLogFile "${ORACLE_INSTANCE}/diagnostics/logs/OHS/oim_component.log"