How to migrate the weblogic domains Existing physical box to New box ?
Assume:I have 2 Domains and 5 ms servers and i have deploy the application in managed servers in cluster Envirolment how to migrated?
any budy give me steps ?
Answer / madan rocky
Best way to extent your domain from one linux box to another linux box by using Pack.sh Script file which is under oracle_home/oracle_common/commonin.
1.Pack one domain which did all configurations (main linux box).it will create domain.jar file
2.Copy or Move that .jar file (eg:Domain.jar) to second linux box.
3.In 2 linux box Unpack the domain.jar file by using Unpack.sh script file.
4.By using Horizontal clustering we can divide the manage servers as per our requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I provide user credentials for starting a server?
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
We often see BSU when using weblogic. What is the meaning of BSU ?
What do you understand by JDBC connection pool? What are the steps to create a connection pool in WebLogic?
Define memory leak ?
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
How many types of weblogic installation ?
Why the node manager is required?
What are the different modules of wlst? Explain?
what are the pre requisite to installing weblogic server 10
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
How to write a program to call the store procedure of oracle that takes no parameter?