Search This Blog

Tuesday, October 29, 2013

Configuring Oracle Identity Manager (OIM11g Release 2 (11.1.2) Design Console on windows machine

Configuring OIM design console from other windows machine - Copy the design console folder from OIM installation server to your local machine and do the following steps:- 

  • Modifying xlconfig.xml file and change the port - Open the ..\designconsole\config\ xlconfig.xml and set the Application URL and    java.naming.provider.url  

<ApplicationURL>http://hostname:port/xlWebA/loginWorkflowRenderer.do</ApplicationURL>
<java.naming.provider.url>t3://hostname:port/xlWebApp</java.naming.provider.url> 

  • Modifying the xlclient.cmd file - Open the ..\designconsole\xlclient.cmd in a notepad and set the JAVA_PATH & Design_Console_Home_Dir_Path

"JAVA_PATH\java" %DEBUG_OPTS% ^
DXL.HomeDir="Design_Console_Home_Dir_Path" ^

For Example :
JAVA_PATH = C:\Program Files (x86)\Java\jdk1.6.0_12\bin
Design_Console_Home_Dir_Path= C:\Users\Test\Desktop\designconsole

  • Create wlfullclient.jar file by using below commands
  • Go to the folder <Middleware_Home>\wlserver_10.3\server\lib directory.
     (Make sure that your JAVA_HOME is set)
  • Open cmd in admin mode and type the following command.This will generates the wlfullclient.jar - java -jar <Middleware_Home>modules/com.bea.core.jarbuilder_1.5.0.0.jar 
  •  Copy the wlfullclient.jar file to the ..\designconsole\ext\ directory on the machine where Design Console is configured.
  • Log in to the Design Console with your Oracle Identity Manager(OIM) user name(eg. Xelsysadm) and password.

 

No comments:

Post a Comment