Total Pageviews

Tuesday, September 16, 2014

OHS proxy to OIM server modification at OHS level


if you have installed OHS at different machine and want to proxy to OIM server add following at OHS file mod_wl_ohs.conf that is located under OHS instance   /config/OHS/ohs2  ( my have second ohs2 configured at this location.


<IfModule weblogic_module>
     WebLogicHost hostname
     WebLogicPort 14000
     MatchExpression /identity/*
     MatchExpression /sysadmin/*
     MatchExpression /oim*
     MatchExpression /admin*
     MatchExpression /xlWebApp*
     MatchExpression /Nexaweb*
     MatchExpression /workflowservice*
     MatchExpression /callbackService*
     MatchExpression /SchedulerService-web*
     MatchExpression /iam-consoles-faces*
</IfModule>

No comments:

Post a Comment