# 1) Through Console:-
go to the AdminConsole click on Domains->servers-monitor-
>Health
# 2) Using the weblogic.Admin utiliy:-
java weblogic.Admin -url t3://hostname:port -username
weblogic -password weblogic ms1 GETSTATE
# 3) 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>
Tuesday, December 22, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment