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 (
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
Hi, all
Here is a question about StandardContext start.
// Binding thread
oldCCL = bindThread();
// Unbinding thread
unbindThread(oldCCL);
and in bindThread(), 2 static methods
//Bind