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 do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic
Explain weblogic server?
What is silent mode?
Explain the functionality of T3 associated with WebLogic server?
In Future how the role of WEBLOGIC in realtime ?
What are the various causes for out of memory?
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
What are the databases that are available to be used with the web logic j2ee connector architecture?
How do I put a message back on the queue for processing? : BEA Weblogic
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
How to check the version of Java?
What is clustering? What are the different types and how does clustering works in a network ?
What are class paths? How can they be set?
What is the difference between creating a distributed application using rmi and using a ejb architecture?