Monday, August 30, 2010

ILOG Team Server Dynamic Domains Setup

Developers might be using dynamic domain feature in ILOG. To embed dynamic domain jar into existing team server EAR, follow these steps.

1) Setup Ant
Ant is bundled withing ILOG Team Server. Update your .bash_profile to setup PATH for ANT.
ANT_HOME=/NAS/QA/WAS7/IBM/WebSphereILOGJRules710/shared/tools/ant
export PATH=$ANT_HOME/bin:$PATH
Re-login to shell

2) Execute Repackage EAR command
cd /opt/IBM/WebSphereILOGJRules710/teamserver/bin
build.xml is found within this directory

Execute
ant repackage-ear -DadditionalJars=/export/home/was7adm/DynamicDomain.jar -DsourceEar=/opt/IBM/WebSphereILOGJRules710/teamserver/applicationservers/WebSphere7/jrules-teamserver-WAS7.ear -DtargetEar=/export/home/was7adm/jrules-teamserver-WAS7.ear

3) Deploy the updated Team Server EAR
Found in /export/home/was7adm/jrules-teamserver-WAS7.ear

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home