Design Console Configuration Steps:
To Install Design Console, need to follow below steps:
1. Identify Middleware Home i.e MW_HOME
ex: $IDM_INSTALL/products/app = MW_HOME
Navigate to weblogic lib directory.
setenv JAVA_HOME $MW_HOME/jdk6
3. Generate wlfullclient.jar using below command and copy to iam/designconsole/ext/.
java -jar ../../../modules/com.bea.core.jarbuilder_1.7.0.0.jar
versions of jar builder vary , and you can confirm from
ls ../../../modules/com.bea.core.jarbuilder_1.*
cp wlfullclient.jar $MW_HOME/iam/designconsole/ext/
4. Navigate to designconsole directory and follow below steps.
a) cd $MW_HOME/iam/designconsole/
b) Edit xlclient.sh with Java location
@loc/java/bin/java =$MW_HOME/jdk6/bin/java -DXL.ExtendedErrorOptions=TRUE \
c) Edit the config/xlconfig.xml file
@protocol://@xellerateserverip:@serverport =https://localhost:port
@jndi_url = t3://localhost:port
@jndi_factory= weblogic.jndi.WLInitialContextFactory
To Install Design Console, need to follow below steps:
1. Identify Middleware Home i.e MW_HOME
ex: $IDM_INSTALL/products/app = MW_HOME
Navigate to weblogic lib directory.
cd <Middleware Home>\wlserver_10.3\server\lib
2.
Identify the JAVA_HOME directory and set the environment.setenv JAVA_HOME $MW_HOME/jdk6
3. Generate wlfullclient.jar using below command and copy to iam/designconsole/ext/.
java -jar ../../../modules/com.bea.core.jarbuilder_1.7.0.0.jar
versions of jar builder vary , and you can confirm from
ls ../../../modules/com.bea.core.jarbuilder_1.*
cp wlfullclient.jar $MW_HOME/iam/designconsole/ext/
4. Navigate to designconsole directory and follow below steps.
a) cd $MW_HOME/iam/designconsole/
b) Edit xlclient.sh with Java location
@loc/java/bin/java =$MW_HOME/jdk6/bin/java -DXL.ExtendedErrorOptions=TRUE \
c) Edit the config/xlconfig.xml file
@protocol://@xellerateserverip:@serverport =https://localhost:port
@jndi_url = t3://localhost:port
@jndi_factory= weblogic.jndi.WLInitialContextFactory
No comments:
Post a Comment