You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/08 12:33:59 UTC

DO NOT REPLY [Bug 17193] - java.net.bindException during shutdown in Tomcat 4.1.18

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17193>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17193

java.net.bindException during shutdown in Tomcat 4.1.18





------- Additional Comments From skeet@pobox.com  2003-09-08 10:33 -------
Is there any actual movement on this? I could really do with a fix for it, and
am willing to put some work in myself, but in order to fix the bug I'd have to
know where the source for tomcat-jk.jar itself is, I suspect - and I can't find
that... It's not in the Tomcat 4.1.27 source distribution - where does it come from?

Re: DO NOT REPLY [Bug 17193] - java.net.bindException during shutdown in Tomcat 4.1.18

Posted by Anton Tagunov <at...@mail.cnt.ru>.
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 skeet@pobox.com  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