bindThread() and unbindThread(oldCCL) in StandardContext start()

2005-07-26 Thread Lebing Xie
Hi, all Here is a question about StandardContext start. // Binding thread oldCCL = bindThread(); // Unbinding thread unbindThread(oldCCL); and in bindThread(), 2 static methods //Bind

Re: How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-23 Thread Lebing Xie
TC4.1.x, TC5.0.x & TC5.5.x > > Mark > > > Lebing Xie wrote: > > http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html > > > > I am doing some research on Tomcat and want to build and debug Tomcat5.5 > > under Eclipse. Originally tomcat is built with

How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-23 Thread Lebing Xie
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html I am doing some research on Tomcat and want to build and debug Tomcat5.5 under Eclipse. Originally tomcat is built with ANT, it downloads all components from different CVS and build them together. I'd like to import Tomcat Source code (