On Wed, 09 Mar 2005 16:58:03 -0800, Brook Davies
<[EMAIL PROTECTED]> wrote:
> I searched google for "ColdFusion MX: 'Image Expired' error when using
> cfchart". Its the 3rd search result.

Thanx. I'll pass that on to the Web Team and see if they feel they
need to take action.

> Hey Sean, on a totally unrelated note, do you have any idea how to enable
> file extensions other than .cfm to work with CFMX7? I posted to this list
> earlier today with the subject "Subject: CFMX7 and alternate file extensions".

Edit web.xml and add servlet mappings:

      <servlet-mapping id="macromedia_mapping_3">
         <servlet-name>CfmServlet</servlet-name>
         <url-pattern>*.cfm</url-pattern>
      </servlet-mapping>

Just add a new mapping with a new unique id and the appropriate url-pattern:

      <servlet-mapping id="brook_mapping_1">
         <servlet-name>CfmServlet</servlet-name>
         <url-pattern>*.foo</url-pattern>
      </servlet-mapping>
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198104
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to