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
How can the nm be made to work with web logic? Explain?
How do I create a producer pool? : BEA Weblogic
What is a non-durable topic subscriber?
tell me the permenent memory issues?
What signal tells the jvm to give a thread dump?
how will you trouble shoot the URL issue in Web logic/ways?
Is an xslt processor bundled in weblogic server?
What is the sla in prd,qa,dev.?
What are the advantages of using application servers?
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
how to upgrade the weblogic server licence?
What is thread stack size?
When should I use multicast subscribers? : BEA Weblogic
How to write a program to bind string values in a preparedstatement?