Thursday, 4 August 2011

Deploying SPML webservice in OIM

Note: While installing Oracle Identity manager itself,You will have the OIMSpmlWS.ear in the OIM_HOME/SPMLWS

OIM Version:9102(BP12)
Application server:Oracle application server

To deploy

1.Goto $OIM_HOME/setup and execute

#./spml_oc4j.sh appserver_admin_password oim_db_user_password

eg#./spml_oc4j.sh admin123 admin123

Check if the deployment is done properly in the log $OIM_HOME/Logs/spml-oc4j.log

For non-clustered environment performing the above step is enough.

For clustered environment, you have to perform an additional step.

1.Open OC4J_HOME/j2ee/OC4J_instance/config/application.xml


In the imported-shared-libraries section of the application.xml file, change import-shared-library name="apache.commons.logging" to remove-inherited name="apache.commons.logging".

No comments:

Post a Comment