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
What are the different modules of wlst?
What is thread stack size?
In what ways can a web logic servers performance be improved upon?
What is the significance of boot?
What is meant by gc and explain it?
Explain the performance tuning in jms?
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
What is the purpose of using multipools in web logic server?
What is meant by jndi and why its needed??
What are the ways in which the dns request of failed servers handled?
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
How to write a program of web logic server to get the connection pool attribute?
What are the databases that are available to be used with the web logic j2ee connector architecture?
How Work Manager works in wls 9.2 and above versions?
What is bootup process?