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 should you do in a passive method?
Explain the functionality of iiop ?
What is the Basic Components of Weblogic Server ?
When should I use server session pools and connection consumers? : BEA Weblogic
How can default jvm be changed to others?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
What are deployment descriptors?
How do I increase weblogic server memory?
How many types you configure managed server in weblogic server ?
How do I identify the document type of an xml document? : BEA Weblogic
Do you know how are multi-byte characters used with weblogic jdriver?
Ho do you troubleshoot server hang?
Write a program of web logic server to get the connection pool attribute?
What is weblogic application server?
How to change from default JVM to other ?