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 / a reddy
create a startmanagedserver.sh file
vi startmanagedserver.sh
write the script
------------------
DOMAIN_HOME=/home/bea10g/user_projects/domains/domain1
nohup $DOMAIN_HOME/bin/StartManagedwebLogic.sh mngserver-name adminIP:PORT 1>>mngserver-name.log 2>&1 &
--------------------
if u want to start another managed server, give that server name and change the output(1) log file name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Explain what is the purpose of using multipools in web logic server?
How do I use jta transactions within an mdb? : BEA Weblogic
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
When we will take thread dump? Please give us some examples?
What is meant by session replication?
How will a single machine run multiple web logic server instances?
How do I increase weblogic server memory?
How a web logic server works?
What does isidentical() method return in case of different type of beans?
What are pending messages in the console? : BEA Weblogic
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
How you will analyse threads state using samurai tool?
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.