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 Is Boot.proerties File In Weblogic Server ?
What does the connected to element in the toolbar signify?
How to change from default JVM to other ?
How do I prevent errors when running t3dbping? : BEA Weblogic
When we will take thread dump? Please give us some examples?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What you can do with node manager?
What are the prerequisites of starting a server?
How do I use persistence? : BEA Weblogic
What is Multicast?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How does a file store compare with a jdbc store? : BEA Weblogic
hey how can i give words instead of url in orkut?? eg:"click here" instead of a url..when i clik that word it should direct to another page..please help me....
which protocol it user to connect manage server to admin ? where it is defined ?
What technologies are included in j2ee?