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 |
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
How a web logic server works?
what is proxy? how it is used in real time?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What happens when database down in weblogic
When should I use the external_stage option?
How do you troubleshoot a crash?
What is the difference between url instance and urlconnection instance?
What are the special design care that must be taken when you work with local interfaces?
What is core server tuning?
Can two jms servers share the same persistent store? : BEA Weblogic
What is the difference between jndi lookup(), list(), listbindings(), and search()?