On 24/04/2014 14:14, Rémy Maucherat wrote: > 2014-04-24 15:04 GMT+02:00 Konstantin Kolinko <knst.koli...@gmail.com>: > >> 2. AbstractEndpoint,unlockAccept() >> >> s.setSoLinger(getSocketProperties().getSoLingerOn(),getSocketProperties().getSoLingerTime()); >> >> I expect the above call to be broken because of NPE. >> > > I don't see the NPE, but that would explain the accept exception I was > getting since the accept would still be going on. > >> >> 3. It seems that APR connector is broken. >> Firefox fails to connect to http;//localhost:8080/ >> > I am pretty sure it was not a mistake to disable linger, hence the -1 that > was set. Linger would likely be harmful for a web server (sockets staying > around for some time after being closed = sounds like a big resources > drain).
Thinking through the options, I think reverting this fix and updating the documentation is going to be the best way forward. I'll get that done. That will make bug 56416 a WONTFIX with the workaround to explicitly set some options that Solaris will accept. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org