suggested question for the FAQ's q: How do I map files with extensions other than .cfm to be parsed by CFMX? a: Open the you_directory_structure_here\CFusionMX\wwwroot\WEB-INF\web.xml . You can modify the extension mappings by adding these lines:
<servlet-mapping> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.html</url-pattern> </servlet-mapping> ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: Judith Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:25 PM To: CF-Talk Subject: FAQs for CF-Talk was (Admin) Behavior Ben, "In any case, I'd be happy to write up some FAQs if you can supply me some suggested topics. Although, if I have to flame you first to write a FAQ... <g>" LOL. No, you can write a FAQ if you'd like, hold the flames, please. Hmm. Suggested topics, anyone? Judith ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

