��� CFAvatar.com

 

28 November 2007
CFChart with bluedragon7 and apache
apache2 bluedragon
To get the cfchart component to display charts when using apache2 ensure the apache servlet mapping
include the .cfchart extension the complete entry should look something like this:

# BlueDragon 7 JX
LoadModule servletexec_module /usr/lib/apache2/modules/mod_servletexec22.so
ServletExecInstances default 127.0.0.1:9999
ServletExecAliases default /servlet .cfc .cfm .cfml .cfchart
<location /servlet>
SetHandler servlet-exec
</location>
AddHandler servlet-exec cfc
AddHandler servlet-exec cfm
AddHandler servlet-exec cfml
AddHandler servlet-exec cfchart
ddHandler servlet-exec cfml
Posted by marcel at 1:00 PM | Link | 0 comments