Checking out the source code, I see a lot of // (commented out lines) when
debug() is supposed to be called...
Can't we have a global constant boolean called DEBUG and replace the // with
if (DEBUG), so that we can simply compile in and out the debugging
information without touching the sources?

Check out org.apache.catalina.connector.warp.Constants and WarpLogger... Old
trick we used in JServ. :)

    Pier

Reply via email to