I have a Glassfish 2.1.1 deployment fronted by Apache Web Server. Apache speaks to Glassfish over AJP. I want to now change the default pool size of the tomcat-ajp connector that I have deployed inside Glassfish.
I have places the glassfish-jk.properties file inside Glassfish config dir and added the required JVM options. But I dont think GF 2.1.1 takes not of the glassfish-jk.properties file.
Has anyone ever had this working with GF 2.1.1?
Also would putting these settings in the workers.properties have the same effect on the GF pool-size?
How do I get GF to spit out the AJP pool size? Is there a monitoring option for this?.
Many Thanks.