I am using mod_jk in Apache, fronting Glassfish.
All I want from Apache is just to direct http/https (80/443) to Glassfish (8080/8181).
What additional configurations must I apply to Apache? I mean for example: Should I give Apache same thread pool size as Glassfish? Are there any Mandatory configurations that need to be done so that the system runs perfectly?
This is the first time I am fronting Glassfish with Apache, and I do not know what is required/not required in my use case.
Thanks for any help.
