Hi,
Re: class org.apache.tomcat.util.net.DefaultServerSocketFactory
On Solaris 2.8, if I stop and restart tomcat (4.0.4 w/ jdk1.4)
I get bind exceptions on the ports for the HTTP and WARP connectors.
I usually fix this type of problem by setting SO_REUSEADDR. So,
I wondered about changing code
Your problem description reminds me of something I read
recently (an article where a columnist rants about his
Java experiences):
If
class A extends B { ... }
B x = new A();
then
((A) x) == null
if A and B were loaded by different classloaders.
David Dawkins
-Original Message--