how to monitor the servers
Answers were Sorted based on User's Feedback
Answer / chandra
go to the AdminConsole click on Domains->servers-monitor-
>Health
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / hechhi
java weblogic.Admin -url t3://hostname:port -username
weblogic -password weblogic ms1 GETSTATE
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / supreet yadav
One more way is form WLST:-
For Ex the following shows how to find the status of
AdminServer in the same way we can find out the state of
other managed servers also:-
wls:/WLS10/serverConfig> state('AdminServer')
Current state of 'AdminServer' : RUNNING
wls:/WLS10/serverConfig>
| Is This Answer Correct ? | 6 Yes | 0 No |
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
What is a non-durable topic subscriber?
What is a domain?
Write a program to bind string values in a preparedstatement?
How to integrate apache webserver with weblogic server? What is the purpose of integrating both?
what is difference between weblogic and websphere?
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
In how many ways we can implementg session replication?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
If SSL is configured then which key is send to the client?
How do I handle request/response using jms? : BEA Weblogic