I have Prod Set with Jetty WebServer as follwos:
OS:Solaris
Java:1.5
Jetty:4.2
In my jetty configuration file i configure MAX Threads as 100.Some time in peak load time i am getting the WARN Message as follows:
15:03:38.530 WARN!! No thread for Socket[addr=/127.0.0.1,port=60823,localport=7070]
Is the Above Message purely relative to MAX Threads Configured in Jetty Config File.If so how i can resolve it.