I used the windows installer and setup a new instance and configured it with boncode ajp. I am getting 403 errors from tomcat but only when the request goes through IIS. I set full permission for Everyone account to rule out file permissions.
When I navigate locally it works. 127.0.0.1:8806/test.cfm
When I navigate external to tomcat it works. mydomain .com:8806/test.cfm
When I navigate external with a static file it works. mydomain .com/test.xml
When I navigate external with tomcat request it gives me a 403. mydomain .com/test.cfm
It feels like a handler mapping issue or a permission issue, but the mappings exist and the permissions is set to Everyone. It seems that it is directly related to IIS → AJP → Tomcat, but I am unsure of any further testing or ideas I can try. Any help is very appreciated.