On Sun, Nov 10, 2013 at 9:14 AM, Howard W. Smith, Jr. <
[email protected]> wrote:
> Caused by: java.net.SocketTimeoutException
> at
> org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.java:127)
> at
> org.apache.tomcat.util.net.NioSelectorPool.write(NioSelectorPool.java:174)
> at
> org.apache.coyote.http11.InternalNioOutputBuffer.writeToSocket(InternalNioOutputBuffer.java:163)
>
my apologies, based on this exception (above), I decided to provide you
with the following from my tomee/conf/server.xml:
<Connector port="8080"
protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" connectionTimeout="20000"
acceptorThreadCount="2"
redirectPort="8443" socket.directBuffer="false"/>
I guess the answer may be the connectionTimeout="..." (above), but still
would like to know recommendations of others based on experience with web
application serving mobile clients. thanks.