views:

7

answers:

0

Hello,

I have used MultiViews in Apache before and I am now moving into a project that uses Tomcat. I have pitched the idea that having a file named "registration.html" could be linked to it using http:// domain/registration/

I was then able to retrieve additional information for "registration.html" by extending the URL to: http:// domain/registration/John/Smith

How am I able to enable MultiViews in Tomcat? I tried using a .htaccess file but Tomcat does not read that file.