That seems to have done the trick. Thanks for your help Bill!
,
Josh.
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
> Sent: Friday, February 03, 2006 9:50 PM
> To: users@tomcat.apache.org
> Subject: Re: Re: Re: APR Connector S
I was doing a cut-and paste from the code in Httpd. In tcnative, 's' is
it's internal socket structure, and the APR socket is s->sock.
"Fenlason, Josh" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I added the following line to
tomcat-native.1.1.1/jni/native/src/network.c (added a
I added the following line to
tomcat-native.1.1.1/jni/native/src/network.c (added at line 388):
apr_socket_opt_set( s, APR_SO_REUSEADDR, 1 );
But I'm still running into the same problem.
Does anyone who works on the APR Connector have any input on this? Or
do I need to post this issue on the de