users@glassfish.java.net

Re: Monitoring Glassfish

From: <glassfish_at_javadesktop.org>
Date: Wed, 18 Mar 2009 08:36:44 PDT

> I wa wondering if anyone could help me or point me in the
> right direction with creating a way to monitor my
> glassfish app server to see what IP addresses are
> currently connected to the server.

access logging is turned off by default. You can turn it on using the Admin Console by:
- expand the configuration node in the left navigation tree
- click on HTTP-Service node
- on the right panel, there is a check box for "Access Logging", check on it.
- Save

There are other properties related to access logging that you can tailor to your need in this same page or in the Access Log tab.

You can then go to
<AS>/domains/domain1/logs/access directory and look at the log files there.

hope this help.
Anissa
[Message sent by forum member 'anilam' (anilam)]

http://forums.java.net/jive/thread.jspa?messageID=337681