Ctx( ): 400 R( /) null
I keep getting a LOT of this message.
and sometimes that messages is followed by
- PoolTcpEndpoint: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.
0,port=0,localport=8080] ignored exception: java.net.SocketException:
Connection
reset by peer - java.net.SocketException: Connection reset by peer
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(PlainSocketImpl.java, Compiled
Code)
at java.net.ServerSocket.implAccept(ServerSocket.java, Compiled
Code)
at java.net.ServerSocket.accept(ServerSocket.java, Compiled Code)
at
org.apache.tomcat.service.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoin
t.java, Compiled Code)
at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java,
Compiled Code)
at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java
, Compiled Code)
at java.lang.Thread.run(Thread.java, Compiled Code)
Does anyone know what causes it? I'd like to see something else on the
output screen besides these error messages. I have the default Serve.xml
settings. Everything is relative to the example folder.
/Fredrik