JMS Gateways for ColdFusion
- Copy the
.jar
files needed for the connection to your favorite JMS server in theWEB-INF\lucee\lib
folder of your web root (check the documentation of the JMS provider for info) - Restart Lucee
- Download the latest version here
Install as an extension
- Connect to the Lucee Web Administration
- Go to
Extension > Application
- Scroll down to the bottom of the page
- Click on
Browse
button in theUpload 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 thedriver
folder to theWEB-INF\lucee\context\admin\gdriver
directory in your web root - Copy the
.jar
files from thelib
folder to theWEB-INF\lucee\lib
directory in your web root - Restart Lucee