DO NOT REPLY [Bug 44505] socket bindexception in tomcat 6 on pure ipv6 solaris

2008-03-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44505 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 44505] socket bindexception in tomcat 6 on pure ipv6 solaris

2008-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44505 --- Comment #2 from Mallik Soupati <[EMAIL PROTECTED]> 2008-02-28 21:09:25 --- If it is the loop-back address we are trying to bind to, "InetAddress.getByName(null);" in ServerSocket constructor will do it for us in protocol independent

[Bug 44505] socket bindexception in tomcat 6 on pure ipv6 solaris

2008-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44505 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Severity|enhancement |normal -- Co

[Bug 44505] socket bindexception in tomcat 6 on pure ipv6 solaris

2008-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44505 --- Comment #1 from Mallik Soupati <[EMAIL PROTECTED]> 2008-02-28 06:42:52 --- I happened to see that there is no IPv6 code at these lines of code. IPv6 loop-back address is also needed to be tried. file : StandardServer.java lines : 3

[Bug 44505] socket bindexception in tomcat 6 on pure ipv6 solaris

2008-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44505 Mallik Soupati <[EMAIL PROTECTED]> changed: What|Removed |Added OS/Version|All |SunOS --