How to Know the maanged servers status,when admin console is
not available?
Answer Posted / zk
We can run the weblogic.Admin to know the status as below,
java weblogic.Admin -username <name> -password <passwd> -
adminurl <admin url> GETSTATE
This will give the status of the server running on the
port, used while defining the admin url
i.e if we use localhost:7002, it will give the status of
the server running on port 7002. So change the port
accordingly for getting the status of a particular server.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is meant by domain?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
Do you know what are the steps involved in setting up classpath in web logic server?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
Define the list of pre-configured queues?
How many types you configure managed server in weblogic server ?
how will you trouble shoot the URL issue in Web logic/ways?
Explain what is the purpose of using multipools in web logic server?
How do I programmatically get a list of queues or topics? : BEA Weblogic
What is the name of default jvm that is made used for weblogic?
What is a messaging bridge?
What is http tunneling? How can we configure it on weblogic?
What are the common domain types?
Explain what are the transaction isolation levels supported by weblogic jdriver?
How do clients handle dns requests to failed servers?