Re: [jetty-users] Jetty 8.0.0 - 8.0.4 not closing connections using SelectChannelConnector

2011-10-31 Thread Jan Bartel
Mathijs, What OS is this running on? Seems like it might be one that does not have a timeout for FIN_WAIT_2 in the tcp stack, so the sockets might be building up and up until you reach the limit. Is this problem seen with persistent connections? If so, have you tried closing the connection on

[jetty-users] Need ServerAuthentication info...

2011-10-31 Thread gopinath nallamolu
Hi All, FormAuthModule which is present in org.eclipse.jetty.security.jaspi.modules has been deprecated. In API doc it was mentioned to use *ServerAuthentication. But i can't find this class ServerAuthentication. Can any one please let me know what ServerAuthentication is and where i can find

[jetty-users] Need ServerAuthentication info...

2011-10-31 Thread gopinath nallamolu
Hi All, FormAuthModule which is present in org.eclipse.jetty.security.jaspi.modules has been deprecated. In API doc it was mentioned to use *ServerAuthentication. But i can't find this class ServerAuthentication. Can any one please let me know what ServerAuthentication is and where i can find

[jetty-users] Adding/Removing a webapp to an embedded Jetty

2011-10-31 Thread Alan Williamson (aw2.0 cloud experts)
I asked this on StackOverflow, but no one was around. http://stackoverflow.com/questions/7909100/adding-removing-a-webapp-to-an-embedded-jetty I have a Jetty embedded server started up. I wish to be able to do a hot deploy of a webapp and be able to unload it again, all programmatically.

Re: [jetty-users] Jetty 8.0.0 - 8.0.4 not closing connections using SelectChannelConnector

2011-10-31 Thread Mathijs Vogelzang
Hi Jan, This is on Ubuntu server 11.04 (Linux 2.6.35.4). I have explicitly checked (and try to set lower) parameters that should influence this, such as /proc/sys/net/ipv4/tcp_fin_timeout, but this didn't help. As soon as I stop the jetty server, the connections stay around for about 15 seconds,

[jetty-users] embedded Jetty issue with maven surefire plugin and tld scanning

2011-10-31 Thread Susmit Shukla
Hi, I have a project where I have written some tests for jsps and these jsp's refer to jstl tags and using embedded jetty. The tests are running fine in eclipse workspace when I run them from Run as JUnit menu. However running as 'mvn clean install' the JSTL taglib is not found and tests fail