Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

jrun-resources.xml data-source debug

0 views
Skip to first unread message

kennywu

unread,
Mar 22, 2006, 7:07:11 AM3/22/06
to
Hi,

In jrun-resources.xml, inside the <data-source> tag, there is a <debugging> tag.
If I set it to true, where can I see the debugging information?

Regards,
Kenny

tzimmerman

unread,
Mar 22, 2006, 10:36:17 AM3/22/06
to
Debugging information won't show up unless you enable debugging in the
LoggerService of the jrun.xml file.

<attribute name="debugEnabled">true</attribute>

If you start from a command line you will see the messages in the console and
also the server_name-event.log file. You will see messages similar to the
following:

03/22 10:28:01 debug JRun ObjectPool: created a new object for request.
03/22 10:28:01 debug Completed creation of initial objects
03/22 10:28:01 debug Starting Pool skimmer, which will expire objects after
the <skimmerFrequency> element (currently set to 420 seconds)

Ted Zimmerman

0 new messages