AppFuse and mod_proxy_ajp
Hi All,
I am trying to serve an AppFuse project running in Tomcat 6 from behind an Apache httpd webserver using mod_proxy_ajp.
In my conf.d/proxy_ajp.conf file I have the following:
ProxyPass /mycontext ajp://localhost:8009/mycontext
ProxyPassReverse /mycontext ajp://localhost:8009/mycontext
Since
the AppFuse dispatcher servlet uses *.html to map the resources, it
seems that Apache mod_proxy_ajp thinks these are static files and
serves them up as source.
Can anyone point me to some documentation on how to get mod_proxy_ajp to ignore .html files for this context?
Regards,
Rob