jbvanzuylen / cf-icap

A ICAP library for Coldfusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf-icap

A ICAP library for Coldfusion

How to install

Lucee 4

Download the latest version here

Install as an extension

  • Connect to the Web Administration
  • Go to Extension > Application
  • Scroll down to the bottom of the page
  • Click on Browse button in the Upload new extension section
  • Select the ZIP file you have downloaded above
  • Hit the Upload button and follow the instructions

Manual installation

  • Unzip the file you have downloaded above
  • Copy the .jar files from the lib folder to the WEB-INF\lucee\lib directory in your web root
  • Copy the .cfm files from the functions folder to the WEB-INF\lucee\library\function directory in your web root
  • Copy the .cfc file from the components folder to the WEB-INF\lucee\components\icap directory in your web root

About

A ICAP library for Coldfusion

License:Apache License 2.0


Languages

Language:Java 78.4%Language:ColdFusion 21.6%