Armand Rock wrote:
> Thanks for the help...it works now...kind of...
> Http is no longer functioning 100% of the time (random images seem to not
> display anymore...
> getting rid of the APR changes fixes the problem...
> I'm going to have to take a look and see if there are any known bugs with
> the APR connectors under linux

Almost all known bugs habe been fixed in Tomcat 5.5.16 and tomcat-native 1.1.2 
(due to a packaging bug, 5.5.16 comes with the older tomcat-native 1.1.1 
which won't work).
You didn't mention which Tomcat version you're using. If it isn't 5.5.16 the 
first step should be to upgrade.

AFAIK the exception is a bug in the OS detection that was fixed after 5.5.16 
was released. This bug, on my machine, had the effect that SO_REUSEADDR isn't 
set on the APR-sockets, which in turn can cause a restart of Tomcat to fail 
with "address already in use" if there are connections still in CLOSE_WAIT 
state.

Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to