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
Explain the tier architecture of a web logic server?
How does a server know when another server is unavailable ?
What is meany by plugin?
How to write a program to bind string values in a preparedstatement?
Do you know what is the local interface used by web logic server?
how ITIL process occurs in weblogic?
Do you know how can third-party jdbc driver be used with jms?
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
How do I identify the document type of an xml document? : BEA Weblogic
What are the steps in which unicode codesets can be set with the weblogic jdriver?
How to troubleshoot it?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
What is error ora-6502? : BEA Weblogic
In how many ways we can implementg session replication?
What is the difference between jndi lookup(), list(), listbindings(), and search()?