RE: Re: Re: Re: APR Connector Shutdown Problem

2006-02-06 Thread Fenlason, Josh
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 Shutdown Problem I

RE: Re: Re: APR Connector Shutdown Problem

2006-01-31 Thread Fenlason, Josh
on the dev list? Thanks. , Josh. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Monday, January 30, 2006 10:07 PM To: users@tomcat.apache.org Subject: Re: Re: APR Connector Shutdown Problem Not by me, I don't really work on the APR Connector

RE: Re: APR Connector Shutdown Problem

2006-01-30 Thread Fenlason, Josh
] Sent: Friday, January 27, 2006 1:24 AM To: Tomcat Users List Subject: Re: APR Connector Shutdown Problem Fenlason, Josh wrote: I'm running into a problem with the APR connector not shutting down properly. Tomcat runs fine and there are no errors on shutdown, but if I shut

Re: Re: APR Connector Shutdown Problem

2006-01-30 Thread Bill Barker
@tomcat.apache.org Subject: Re: APR Connector Shutdown Problem Yeah, the difference is that Httpd calls: apr_socket_opt_set(s, APR_SO_REUSEADDR, one); on the Socket before binding it. That allows it to bind even though there are still half-closed sockets on systems like Solaris. About the only

RE: APR Connector Shutdown Problem

2006-01-27 Thread Fenlason, Josh
. Apache doesn't work like that. Any other suggestions on how to get this to shutdown properly? Thanks in advance. , Josh. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 1:24 AM To: Tomcat Users List Subject: Re: APR Connector Shutdown Problem

Re: APR Connector Shutdown Problem

2006-01-27 Thread Bill Barker
AM To: Tomcat Users List Subject: Re: APR Connector Shutdown Problem Fenlason, Josh wrote: I'm running into a problem with the APR connector not shutting down properly. Tomcat runs fine and there are no errors on shutdown, but if I shut Tomcat down and start it up again I get a socket

Re: APR Connector Shutdown Problem

2006-01-26 Thread Mike Sabroff
Try switching to a ajp1.3 connector - cyote if you can...AJP are fairly new and problematic from what I have seen and heard Fenlason, Josh wrote: I'm running into a problem with the APR connector not shutting down properly. Tomcat runs fine and there are no errors on shutdown, but if I shut

Re: APR Connector Shutdown Problem

2006-01-26 Thread Mladen Turk
Fenlason, Josh wrote: I'm running into a problem with the APR connector not shutting down properly. Tomcat runs fine and there are no errors on shutdown, but if I shut Tomcat down and start it up again I get a socket bind failed error in the catalina log (attached). I have to wait for