Hi, We have a servlet deployed on Tomcat 5.5. Another 3rd party application call this servlet heavily. The system works fine for 20 requests per second but it crash if it exceeded this limit. We cannot control the 3rd party system that call our servlet. Can we change any configuration in tomcat to limit number of requests per second to our servlet?
Thanks a lot Timo