How to Know the maanged servers status,when admin console is
not available?
Answer Posted / supratim samanta
java weblogic.Admin -username <USERNAME> -password <PASSWORD> GETSTATE <SERVER NAME>
Exmp:
java weblogic.Admin -username <USERNAME> -password <PASSWORD> GETSTATE AdminServer
java weblogic.Admin -username <USERNAME> -password <PASSWORD> GETSTATE ManagedServer
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
What is the difference between dynamic and non-dynamic changes in the console?
How many types you configure managed server in weblogic server ?
What causes java.io exceptions in the log file of weblogic server?
What is console mode?
What are the common domain types?
How can we configure http tunneling on weblogic?
What are the different versions of nm?
How is the logging implementation specified in web logic?
What is an administration server?
What are the various causes for out of memory?
What is meant by domaintemplate?
Explain the Command line utilities in wls?
How do I call a servlet with parameters in the url? : BEA Weblogic
What should you do in a passive method?