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


Please Help Members By Posting Answers For Below Questions

Is it possible to send or receive a message from within a message listener? : BEA Weblogic

485


What Is The Advantage Of Clustering ?

550


how can we sync the nodes with administration server in weblogic.

3120


How do I use jta transactions within an mdb? : BEA Weblogic

546


You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?

503






What command will you use to recursively search for a particular string across multiple files in your currentdirectory?

475


What are the functions of t3 in the web logic server?

502


Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic

518


What is jms and configuration details?

533


What happens if remove( ) is never invoked on a session bean?

515


What is the java authentication and authorization service (jaas) 1.0?

528


What is the domain in weblogic server?

571


What is the default jvm used for weblogic?

599


What does the connected to element in the toolbar signify?

473


How do I identify the document type of an xml document? : BEA Weblogic

520