WEBLOGIC STORE

WEBLOGIC STORE

Tuesday, December 22, 2009

How to Monitor the servers ??

# 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>

No comments:

Post a Comment