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
How many admin consoles possible in a single domain?
How can the issue associated with high CPU usage be solved?
How can the nm be made to work with web logic?
What Is A Weblogic Server Cluster ?
What is meant by unicast?
How do I call oracle stored procedures that take no parameters? : BEA Weblogic
Explain the performance tuning in jvm, jdbc, jms?
What is the purpose of stub in web-logic server cluster?
How should you type cast a remote object? Why?
How to troubleshoot it?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
What type of object is returned by resultset.getobject()? : BEA Weblogic
What are the classes placed in the weblogic classpath?
Tell me how are the notifications generated when a server is added to a cluster?