aws / opsworks-cookbooks

Chef Cookbooks for the AWS OpsWorks Service
Other
1.05k stars 1.23k forks source link

Executor "use_threadpool" does not get propagated into AJP connector #304

Open pepeki opened 9 years ago

pepeki commented 9 years ago

Hello! "opsworks_java" : { "tomcat" : { "apache_tomcat_bind_mod" : "proxy_ajp", "use_threadpool" : true, "threadpool_max_threads" : 512, "threadpool_min_spare_threads" : 32 } } should propagate the predefined executor not only to http connector, but also to ajp. This requires a simple edit of server.xml.erb to make it work. Thank you, Peter