Wednesday, October 3, 2012

Configure Design Console on your local

The following are the prerequisites needed before you can configure Design console

1. Install Oracle Identity Manager in your Server
2. Install Oracle Identity Manager in your Local workstation
3. Install Java in your workstation 
4. Run config.sh in your local workstation.

After all the steps above are preform, create the wlfullclient.jar on the OIM Server

# cd <wls_server>/server/lib/
# java -jar /opt/app/middleware/modules/com.bea.core.jarbuilder_1.6.0.1.jar
 

 <output will look like this>
Integrating jar -->(1)/(40277)//opt/app/middleware/modules/com.bea.core.http.pubsub.mbean_1.6.0.0.jar
Integrating jar <--(1)/(40281)/(4)//opt/app/middleware/modules/com.bea.core.http.pubsub.mbean_1.6.0.0.jar
Integrating jar -->(1)/(40281)//opt/app/middleware/modules/com.bea.core.diagnostics.accessor_1.5.0.0.jar
Integrating jar <--(1)/(40377)/(96)//opt/app/middleware/modules/com.bea.core.diagnostics.accessor_1.5.0.0.jar
Created new jar file: /opt/app/middleware/wlserver_10.3/server/lib/wlfullclient.jar






Grab wlfullclient.jar from the server and drop it to your local workstation under <IDM install directory>/designconsole/ext


On you local workstation edit <IDM install directory>/designconsole/config/xlconfig.xml


    <ApplicationURL>http://OIM_host_Name:14000/xlWebApp/loginWorkflowRenderer.do</ApplicationURL>   

    <Discovery>
        <CoreServer>
            <java.naming.provider.url>t3://OIM_host_Name:14000/oim</java.naming.provider.url>
            <java.naming.factory.initial>weblogic.jndi.WLInitialContextFactory</java.naming.factory.initial>
        </CoreServer>
    </Discovery> 


Launch local workstation <IDM Install Dir>/designconsole/xlclient.cmd

Login with credential set up on the server you are pointing to.
 

No comments:

Post a Comment