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
Tell me what can happen when stub can't to connect to web-logic server instances?
How to change from default jvm to others?
What Is Multicast And Unicast In Weblogic ?
What technologies are included in j2ee?
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
What Is The Purpose Of Clustering ?
What are the two important tcp socket classes?
What are stubs?
When does high cpu usage occur?
How does sorting on message priority work? : BEA Weblogic
What is the emergency log message?
What is a non-durable topic subscriber?
When can high usage of CPU occur?
How do you troubleshoot server hang?