Thanks Matt;
I'll assume you're saying to place these changes in the web.xml within
the WEB-INF directory of the webapp folder containing the Mura
installation - as opposed to the one that's up in the Tomcat/conf directory.
Also, what should I do (if anything) to the existing cfmServlet mapping
that's already there?
( contains: <url-pattern>*.cfm</url-pattern> )
Al
<servlet-mapping>
<servlet-name>cfmServlet</servlet-name>
<url-pattern>/default/index.cfm/*</url-pattern>
</servlet-mapping>
This is because Tomcat doesn't support two-way wildcard mappings
(Jetty and Resin do).
You also need to enable the SES URL Filter by uncommenting that block
in web.xml.
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
official manual: http://www.openbluedragon.org/manual/
Ready2Run CFML http://www.openbluedragon.org/openbdjam/
mailing list - http://groups.google.com/group/openbd?hl=en