Surely you have a dev environment you can test on? If it doesn't work, you can potentially use a servlet filter to do it on the JEE container. Tomcat ships with one out of the box, I don't know about other containers.
cheers, barneyb On Thu, Jul 10, 2008 at 1:41 PM, Ian Skinner <[EMAIL PROTECTED]> wrote: > Is there any reason these three would not play nicely together? > > We are combining two initiatives here, one is an organization wide look > and feel over haul that made extensive use server side includes and no > consideration of application servers in the templates we are now > mandated to use. The other is an ancient, contractor built ColdFusion > application. We have neither the time or manpower to rewrite either > from the ground up. > > My feeling is that there should not be a clash between server side > includes and ColdFusion code, but I have never done this before. > > Would it be as simple as adding the following line to our httpd.conf web > site configuration? > AddHandler server-parsed .htm .html .shtml .cfm > > Is that going to clash in any way with the existing AddHandler line for > ColdFusion? > AddHandler type-coldfusion cfm > Action type-coldfusion /cgi-bin/cfml > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308902 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

