Table Of Contents
 

CFX_JImage Installation

Author : Daniel Mackey Email : dan@digital-crew.com

Standard Installation


  1. Copy file JImage.jar (or JImagePreview.jar if using preview version) to "c:\CFusion\Java\classes".
  2. Open up the ColdFusion CFIDE for the server in your browser and login, then select "JVM and Java Settings" from the menu. Where you see the class path value append ";c:\CFusion\Java\classes\JImage.jar" to the value. Click update to save the new value.
  3. Go to “CFX Tags” and click to register a new Java CFX. Enter “JImage.jar” (or JImagePreview.jar if using preview version) as the class file and enter “CFX_JImage” as the CFX name.
  4. Stop and restart the ColdFusion server.

Installing on Blue Dragon Server JX on Mac OS X 10.4.8

1. Authenticate as root or su. Prefer root - long story.

2. Copy Jimage.jar to /Applications/BlueDragon_Server_JX/classes/

3. Open Blue Dragon admin page.

4. Go to "Custom Tags" then "CFX Tags"

5. Tag Name is "CFX_JImage"
Class Name is "JImage"
Description is anything you want

6. Go to "BlueDragon Server" then "java vm settings"

7. Add
/Applications/BlueDragon_Server_JX/classes/JImage.jar

 to your Classpath. If you have other tags installed, you may append to the end of the list as :/Applications/BlueDragon_Server_JX/classes/JImage.jar

Notice the : (colon) in front of /Applications/BlueDragon_Server_JX/classes/JImage.jar

8. Stop Blue Dragon, Start Blue Dragon
 
Special thanks to Derrick Peavy for this tip!