maxThreads="1000" minSpareThreads="20" acceptCount="1000" maxHttpHeaderSize="65536" debug="0" disableUploadTimeout="true" useBodyEncodingForURI="true" enableLookups="false" URIEncoding="UTF-8"/> <Engine name="Catalina" defaultHost="localhost"> <Realm className="org.apache.catalina.realm....
-- Comment this out as we don't use SSL; instead we get secure traffic over 8081<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" />--> The lines being commented out come by default in ...
8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53. 54. 55. 56. 57. 58. 59. 60. 61. 62. 63. 64...
more requests in more threads than Tomcat has threads to receive and process them, performance will suffer because some client request threads will always be waiting. It is best to stay just under the number of yourConnector'smaxThreads, such as using 149 client threads....
maxThreads="6"/> <!-- timeout="60000"--> <SenderclassName="org.apache.catalina.tribes.transport.ReplicationTransmitter"> <TransportclassName="org.apache.catalina.tribes.transport.nio.PooledParallelSender"/> </Sender> <InterceptorclassName="org.apache.catalina.tribes.group.interceptors.TcpFailureDetect...
New Topic Forum: Tomcat If you have a bad day in October, have a slice of banana cream pie. And this tiny ad: Gift giving made easy with the permaculture playing cards https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing ...
maxIdle="10" maxWait="-1" /> </Context> Tim Holloway Saloon Keeper Posts: 28328 210 I like... posted 13 years ago Unfortunately, Tomcat sees the exploded and unexploded versions of the WAR as 2 separate webapps, and since that's a conflict, it always resolves by using the exploded...
maxThreads="1000" minSpareThreads="20" acceptCount="1000" maxHttpHeaderSize="65536" debug="0" disableUploadTimeout="true" useBodyEncodingForURI="true" enableLookups="false" URIEncoding="UTF-8"/> <Engine name="Catalina" defaultHost="localhost"> <Realm className="org.apache.catalina.realm....