Hi,
This is a conceptual question.
I am using the Mod_JK to set up Apache to talk to Tomact.
As per instructions, I put the AJP port of my tomcat in the
workers.properties file for my apache.
So my Apache only knows the tomcat AJP port, it does not know about Tomcat
HTTP port. Or does it?
Does
Hi,
Can anybody tell if Apache 2.x allows HTTP POST requests by default?
I am using Apache and the Mod_JK plugin to forward requests to a configured
tomcat server. It fowards GETS requests okay but does forwrad the POST
requests.
I check the mod_jk logs and I can see it trying to forward the POS