Saturday, October 26, 2013

Pack and Unpack Domain in Oracle Weblogic

Pack and Unpack Domain


After config.sh run(created a domain), domain template can be packed and unpacked in the remote machine.
Where in remote machine make sure all the bits are installed. like Weblogic, and product bits.



Run pack command in source machine,

cd $BEA_HOME/wlserver/common/bin
./pack.sh -domain=$DOMAIN_HOME   -template=/tmp/example_domain.jar -template_name="example_domain_template"


Copy example_domain.jar to target machine’s tmp folder.


Run unpack command in target machine,

cd $BEA_HOME/wlserver/common/bin
./unpack.sh -template=/tmp/example_domain.jar -domain=$DOMAIN_HOME

No comments:

Post a Comment

Recent Posts

Unix Commands | List all My Posts

Texts

This blog intended to share the knowledge and contribute to JAVA Community such a way that by providing samples and pointing right documents/webpages. We try to give our knowledege level best and no guarantee can be claimed on truth. Copyright and Terms of Policy refer blogspot.com