Can I use the following servlet-mapping and will this affect the peformance of the system?
<servlet-mapping> <servlet-name>velocity</servlet-name> <url-pattern>/*</url-pattern> </servlet-mapping> I would like to achieve this: http://localhost/index instead of: http://localhost/index.vm Thanks, Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]