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 is t3??
What is the difference between creating a distributed application using rmi and using a ejb architecture?
What happens when database down in weblogic
How many way to start and stop weblogic servers?
What are the capabilities of weblogic server?
Explain what are the steps required to setup the oracle instance for os authentication?
Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?
How we can monitor work manger?can we create our own work Manager?if yes then How?
When should I use the -nostage option?
If we lost Admin password(unfortunately), how will you enter into Admin console?
Explain The Term Clustering ?
Can I start a managed server if the administration server is unavailable?