Thanks Sean, Tell me, would you expect that to fail if I used the id "macromedia_mapping_14" or basically the next available id with the macromedia_mapping_ pefix? Because so far, I can not get that to work.
Brook At 05:23 PM 3/9/2005, you wrote: >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 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198106 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

