Posts

Showing posts from June, 2017

Setting session timeout OIM 11G R2 PS3

This article will show you how to change session timeout  for the Identity Self Service and Identity System Administration pages. The instructions I followed to change the session timeout are below Shut down all servers Modify $ORACLE_HOME/server/apps: oracle.iam.console.identity.self-service.ear oracle.iam.console.identity.sysadmin.ear It is highly recommended to back up these files. Copy these files to local machine and edit using 7zip Within these ear files only the web.xml needs to be modified. Given below is the full path to the web.xml: oracle.iam.console.identity.self-service.ear/oracle.iam.console.identity.self-service.war/WEB-INF/web.xml oracle.iam.console.identity.sysadmin.ear/oracle.iam.console.identity.sysadmin.war/WEB-INF/web.xml For both web.xml files, search for the session-timeout tag and place your desired value. The unit is in minutes. <session-config>     <session-timeout>60</session-timeout> </session-confi...

Deployment of starter pack in OIM

Basically starter pack contains ADF customizations, you can find starter pack in the below location ../Oracle_HOME/server/apps Create / update your ADF project according to your requirement and build a jar. copy './Oracle_HOME/server/apps/server/apps/oracle.iam.ui.custom-dev-starter-pack.war' starter pack to your local machine Unzip using below command in command prompt jar -xvf oracle.iam.ui.custom-dev-starter-pack.war add your jar file to WEB-INF\lib\ zip to starter pack[home directory ie where your extracted war file, delete original file in the home directory] jar -cvf oracle.iam.ui.custom-dev-starter-pack.war * copy to the below location ./Oracle_HOME/server/apps Restart the OIM server