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