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
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