Hello, Skeet! bao> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17193
bao> java.net.bindException during shutdown in Tomcat 4.1.18 bao> ------- Additional Comments From [EMAIL PROTECTED] 2003-09-08 10:33 ------- bao> Is there any actual movement on this? I could really do with a fix for it, and bao> am willing to put some work in myself, but in order to fix the bug I'd have to bao> know where the source for tomcat-jk.jar itself is, I suspect - and I can't find bao> that... It's not in the Tomcat 4.1.27 source distribution - where does it come from? Okay, if you want to patch you'll need to work against the cvs. Use http://cvs.apache.org/viewcvs.cgi/ to figure out what top level cvs modules you may need. Here's a list of the tomcat related top level modules that I have found there and my guesses of which one is which jakarta-tomcat tomcat 3 sources jakarta-tomcat-catalina code common to tomcat 4 and 5 ? jakarta-tomcat-4.0 jakarta-tomcat-5 jakarta-servletapi pair to tomcat 3 - servlet api 2.2/jsp api 1.1 jakarta-servletapi-4 pair to tomcat 4 - servlet api 2.3/jsp api 1.2 jakarta-servletapi-5 pair to tomcat 5 - servlet api 2.4/jsp api 2.0 jakarta-tomcat-jasper may be needed for tomcat4 or 5 or both? jakarta-tomcat-connectors may be needed for tomcat4 or 5 or both? there are also jakarta-tools jakarta-tomcat-site jakarta-tomcat-service I guess it would be best for you to start by building jakarta-tomcat-servetapi-4 then read jakarta-tomcat-4.0/BUILDING.txt download all the soft you need and yet do not have and try to build it via jakarta-tomcat-4.0/build.xml I think that the code for the connector you need lives somewhere in between (in one of or in both) jakarta-tomcat-4.0 jakarta-tomcat-connectors Good luck! Anton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]