Hi,
I've been wondering if the condition guarding log statement in tomcat src
like:
if (log.isDebugEnabled()) log.debug("[4] Backup becoming primary");
Is it on purpose, for performance sake or just legacy code.
Would the string inside get GC or st?
Thanks.
Regards,
Hi, is there a guide to open tomcat project in an IDE so that IO can
navigate through source code with all support from the IDE?
I tried to open with IntelliJ but couldn't get it to recognize the source
code.
I tried Eclipse too but got the same thing.
I tried:
*ant ide-eclipse*
but got:
ersion?
Thanks.
Regards,
Hoa Phan.
Thanks so much, Mark.