Monday, September 29, 2014

How to add application specific context root entries in OHS


This blog explains about how and where to add the entries in OHS in order to configure any Custom application specific context root related entries in order to access the applications which are deployed in Weblogic console


Locate the mod_wl_ohs.conf file in your OHS directory

Example : /Box/admin/box_hostname/config/OHS/ohs1
                /dkxx40/admin/dkxx40_fmohskend0xx/config/OHS/ohs1

open mod_wl_ohs.conf file and add the below entry into it



#fmPortal domain
<Location /fmportal>
 SetHandler weblogic-handler
 WebLogicHost fmohskend031.oracleoutsourcing.com
 WeblogicPort 44716
</Location>

fmPortal - Context root of an application
WebLogicHost : host name
WeblogicPort : Port Name

Stop and Start OHS server in order to take effective these changes.

Tuesday, September 16, 2014

How to Add Roles/ Map App Roles to UCM/LDAP Roles, Add Member, Delete Member in Webcenter Portal Administrator


This blog explains about

 - Add Application Role
 - Edit Application Role
 - Map Application Role to LDAP/UCM Role
 - How to Add Users to App Role
  - How to add Members to App Role
  - How to Delete Members from App Role
  - Delete App Role

            Using Webcenter Portal Administrator Console

- Login to Webcenter Admin Portal console
- Click on 'Security' Tab
 - Follow below screenshot...

How to see logged in User Roles in UCM


This blog explains about viewing the logged in user UCM Roles,

Login to CS and click on 'Load' or 'Logged in User ID' link on the top right hand corner of the page as shown below.
You will see all the logged in user UCM roles.