Content Negotiation on Tomcat
Posted
by stan
on Stack Overflow
See other posts from Stack Overflow
or by stan
Published on 2010-04-07T13:53:46Z
Indexed on
2010/04/07
21:53 UTC
Read the original article
Hit count: 303
I'm trying to get my Tomcat to use pretty URLs, similar to Apache's MultiViews option. I tried using AJP to proxy Tomcat to Apache, but the .htaccess file is still ignored. What are my options for Tomcat?
© Stack Overflow or respective owner