Showing posts with label Build and Deployment. Show all posts
Showing posts with label Build and Deployment. Show all posts

Tuesday, June 18, 2019

Build and Deployment in IBM Sterling WMS and its uses?

1. Resource Build ( resources.jar )

  • cd /YANTRA_PATH/Foundation/bin
  • ./deployer.sh -t resourcejar

2. Entity Build (entities.jar )

  • cd /YANTRA_PATH/Foundation/bin
  • ./dbverify.sh
  • /YANTRA_PATH/Foundation/bin/EFrame_TableChanges.sql
  • ./deployer.sh -t entitydeployer
3. Run after make changes in Sandbox.cfg

  • cd /YANTRA_PATH/Foundation/bin
  • ./setupfiles.sh



4. EAR Build

  • cd /YANTRA_PATH/Foundation/bin
  • ./buildear.sh -Dappserver=jboss -Dwarfiles=smcfs -Dearfile=smcfs.ear -Dnowebservice=true -Ddevmode=true -Dnodocear=true create-ear
  • Exploded Mode:
    • cd /JBOSS_PATH/deploy
    • mv smcfs.ear smcfs.zip
    • unzip smcfs.zip -d ./smcfs.ear
    • cd smcfs.ear
    • mv smcfs.war smcfs.zip
    • unzip smcfs.zip -d smcfs.war
    • rm -rf smcfs.zip
    • cd ..
    • rm -rf smcfs.zip


Popular Posts