Skip to content

jbvanzuylen/cf-pulsar-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-pulsar-gateway

Apache Pulsar Gateways 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 .cfc files from the driver folder to the WEB-INF\lucee\context\admin\gdriver directory in your web root
  • Copy the .jar files from the lib folder to the WEB-INF\lucee\lib directory in your web root
  • Restart Lucee