Coldfusion: Difference between revisions

From RavenWiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 1: Line 1:
Steps to installing Raven support on a Coldfusion server:
Tom Corder (tac21) has written a Coldfusion component wrapper for the [http://raven.cam.ac.uk/project/java-toolkit/ Raven Java Toolkit].
 
Installation Steps:


* Download the [http://raven.cam.ac.uk/project/java-toolkit/ Raven Java Toolkit] and extract webauth-toolkit.jar to runtime\jre\lib\ext in the Coldfusion installation directory.
* Download the [http://raven.cam.ac.uk/project/java-toolkit/ Raven Java Toolkit] and extract webauth-toolkit.jar to runtime\jre\lib\ext in the Coldfusion installation directory.
Line 6: Line 8:
* All Coldfusion files at or below the directory should now be protected. If you wish to protect binaries etc. then combined use of the Apache/IIS module to protect those directories is suggested.
* All Coldfusion files at or below the directory should now be protected. If you wish to protect binaries etc. then combined use of the Apache/IIS module to protect those directories is suggested.


The steps above have been tested with Coldfusion MX 7.  It is good practice to move the webauth.cfc file to a non-public filepath on production servers.
The steps above have only been tested with Coldfusion MX 7.02.  It is good practice to move the webauth.cfc file to a non-public filepath on production servers.

Revision as of 13:03, 30 January 2007

Tom Corder (tac21) has written a Coldfusion component wrapper for the Raven Java Toolkit.

Installation Steps:

  • Download the Raven Java Toolkit and extract webauth-toolkit.jar to runtime\jre\lib\ext in the Coldfusion installation directory.
  • Restart the Coldfusion service.
  • Download ravencfc.zip and extract to the directory you wish to protect. It should contain 3 files: application.cfc, webauth.cfc and index.cfm.
  • All Coldfusion files at or below the directory should now be protected. If you wish to protect binaries etc. then combined use of the Apache/IIS module to protect those directories is suggested.

The steps above have only been tested with Coldfusion MX 7.02. It is good practice to move the webauth.cfc file to a non-public filepath on production servers.