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 |
tell me the permenent memory issues?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
What are the advantages of cluster?
What is wlst in web logic?
Explain about the function associated with t3 in weblogic server ?
What causes java.io exceptions in the log file? : BEA Weblogic
How do stubs work in a weblogic server cluster? : BEA Weblogic
What is managed server
Explain the different groups under web logic security?
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic