Tuesday, 19 October 2010

pack & unpack domain

Execute Following command under $WL_HOME/common/bin dir to pack domain

pack.sh  –managed=true –domain=<domain name> -template=<domain_name.jar> -template_name=”<description>”

For example if you want to pack domain mydomain :-




pack.sh  –managed=true –domain=mydomain -template=mydomain.jar -template_name=”mydomain template”nt



Now copy the jar file under some location in another machine where we have to unpack it. For unpacking 

execute following command under $WL_HOME/common/bin


unpack.sh –domain=<domain name> -template=<jar file name>


For example if you want to pack domain mydomain :-


unpack.sh –domain=mydomain  -template=mydomain.jar

4 comments:

  1. hello i am new to weblogic what is the use of pack and unpack concepts in weblogic?

    ReplyDelete
  2. hello i am new to weblogic what is the use of pack and unpack concepts in weblogic?

    ReplyDelete
  3. Thank you nice quick explanation.

    ReplyDelete
  4. Hi Mukesh, I am using same command, however facing issue that domain/bin script are not copied as present. It is picking default files. Can you please help, if there is any other option to include the domain/bin files?

    ReplyDelete