How do I map a tomcat version to source code

2017-06-11 Thread Hoa Phan
Thanks so much, Mark.

How do I map a tomcat version to source code

2017-06-11 Thread Hoa Phan
ersion? Thanks. Regards, Hoa Phan.

regarding logging practice in tomcat source

2017-04-20 Thread Hoa Phan
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,

How to open and navigate tomcat project in IDE

2017-01-25 Thread Hoa Phan
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: