when we creates a domain, it creates one-startManagedWebLogic in
bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or
more than 2 managed severs in our unix env.how can we start all
our managed servers. I know we have to copy startManagedWebLogic
with server name.then wht to modify in the script to start ecah
of the managed servers?
Answer Posted / vijaya kumar
We need to write the wrapper scripts for those kind of need .
create the wrapper scripts as follows
1.create a file startmangedserver1.sh
$vi startmangedserver1.sh
DOMAIN_HOME=beauser_projectsdomainsMyDomainin
nohup $DOMAIN_HOMEstartMangedWeblogic.sh mang1 1>>mng1.log 2>>&1 &
2.change the file permissions of the startmangedweblogic1.sh
$chmod 777 startmanagedweblogic1.sh
start managed server using the wrapper script
$./startmanagedserver1.sh
3.you can create different files to run different managed servers but change the server name in the script.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a program to bind string values in a preparedstatement?
What are the special design care that must be taken when you work with local interfaces?
What is the easiest way to set the classpath ?
How to debug my ant script?
How do I learn what codesets are available in oracle? : BEA Weblogic
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
How do I configure weblogic to use a socks proxy? : BEA Weblogic
How you deploy your applications on weblogic server?
What is unicast in weblogic?
Explain The Term Clustering ?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
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
What is bea weblogic? : BEA Weblogic
We often see BSU when using weblogic. What is the meaning of BSU ?
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic