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
hello i am new to weblogic what is the use of pack and unpack concepts in weblogic?
ReplyDeletehello i am new to weblogic what is the use of pack and unpack concepts in weblogic?
ReplyDeleteThank you nice quick explanation.
ReplyDeleteHi 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