Contents

Introduction
Samples Installation
Testing Swiff Chart Generator


Introduction

To run the Swiff Chart Generator ColdFusion samples on your Web Server you need to have ColdFusion 6.x or higher installed and the ColdFusion sample pages (installed with Swiff Chart Generator) published on your Web Server. You must also edit the ColdFusion sample pages to specify the Web Server document root.


Samples Installation

  1. Publish the ColdFusion sample pages installed with Swiff Chart Generator on your Web Server. To do so copy the folders located in:
    <install_dir>/samples/ColdFusion/
    Where <install_dir> is Swiff Chart Generator installation directory. These folders contain the ColdFusion sample pages.
  2. Edit each published ColdFusion page and modify the variable named web_root. This variable must contain the exact absolute pathname of your web server root directory. For example, for ColdFusion running with Apache on Windows
    web_root= "C:\Program Files\Apache Group\Apache\htdocs";

Testing Swiff Chart Generator

To test the Swiff Chart Generator installation, open your web browser (you must have the Flash plug-in installed), type the following URL in and browse in the available directories to view the samples:

http://your_server_name/your_directory/

where your_server_name is the machine name of your Web Application Server (possibly 127.0.0.1:8080 - the localhost machine) and your_directory is the folder where your ColdFusion samples have been published.