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 are the Unix vi commands?
How do I provide user credentials for starting a server?
How do I handle request/response using jms? : BEA Weblogic
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
How does a server know when another server is unavailable ?
What causes java.io exceptions in the log file? : BEA Weblogic
What is meant by managedserver?
What is the name of default jvm that is made used for weblogic?
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
Can you briefly describe local interfaces?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
Explain the tier architecture of a web logic server?
tell me the permenent memory issues?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?