Hi
I am using appfuse 1.9.4 (struts) and was able to configure jetty
launcher for debugging. I use iBatis and while writing unit tests for
dao, I enable the debug log in log4j.properties (java.sql = debug) and
able to see the sql statements from iBatis.
When I debug from jetty it does not show the java.sql statements. Here
is my config in the jetty launcher arguments.
*"-Djetty.home="H:\AppServers\jetty-5.1.14" -DDEBUG
-DDEBUG_PATTERNS=main,org.jb.b2blink,java.sql -DDEBUG_VERBOSE=-1"
*How can I allow jetty to log the java sql statements as well. Reading
the logging tutorial (http://jetty.mortbay.org/jetty5/tut/logging.html)
it asks to configure jetty for log4j and then remove the log4j from
your app.
Is there any easy way?.
thanks for any help
Rizwan