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
../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
Comments
Post a Comment