For the complete experience, please enable JavaScript in your browser. Thank you!

  • Creative Cloud
  • Photoshop
  • Illustrator
  • InDesign
  • Premiere Pro
  • After Effects
  • Lightroom
  • See all
  • See plans for: businesses photographers students
  • Document Cloud
  • Acrobat DC
  • eSign
  • Stock
  • Elements
  • Marketing Cloud
  • Analytics
  • Audience Manager
  • Campaign
  • Experience Manager
  • Media Optimizer
  • Target
  • See all
  • Acrobat Reader DC
  • Adobe Flash Player
  • Adobe AIR
  • Adobe Shockwave Player
  • All products
  • Creative Cloud
  • Individuals
  • Photographers
  • Students and Teachers
  • Business
  • Schools and Universities
  • Marketing Cloud
  • Document Cloud
  • Stock
  • Elements
  • All products
  • Get Support
    Find answers quickly. Contact us if you need to.
    Start now >
  • Learn the apps
    Get started or learn new ways to work.
    Learn now >
  • Ask the community
    Post questions and get answers from experts.
    Start now >
    • About Us
    • Careers At Adobe
    • Investor Relations
    • Privacy  |  Security
    • Corporate Responsibility
    • Customer Showcase
    • Events
    • Contact Us
News
    • 3/22/2016
      Adobe Summit 2016: Are You An Experience Business?
    • 3/22/2016
      Adobe Announces Cross-Device Co-op to Enable People-Based Marketing
    • 3/22/2016
      Adobe and comScore Advance Digital TV and Ad Measurement
    • 3/22/2016
      Adobe Marketing Cloud Redefines TV Experience
Installing Help / 

Installing Integrated Technologies

Adobe Community Help


Applies to

  • ColdFusion

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

Adobe ColdFusion (2016 release) provides integration capabilities with several Adobe and third-party technologies. In some cases, you can install these components when you install ColdFusion 2016. In other cases, you might have to follow some steps outside the ColdFusion installation.

Integrated Adobe and third-party technologies

The 2016 release of provides integration capabilities with several Adobe and third-party technologies.

Installing Report Builder

ColdFusion reporting consists of server-side run-time processing and the ColdFusion Report Builder. The server-side processing is available on any platform, however, the ColdFusion Report Builder runs in Windows only.

Install the ColdFusion Report Builder

  1. Access the ColdFusion Report Builder installer from one of the following locations:
    • DVD - Use the DVD browser to select the ColdFusion reporting option.
    • The Adobe website - Go to www.adobe.com/go/report_builder/.
  2. Double-click the ColdFusion_2016_ReportBuilder_WWEJ.exe file.
  3. Follow the instructions in the installation.

Installing Solr search server

By default, the installer installs the Solr search server on the same computer as ColdFusion.

Note: In the case of J2EE deployments, if you deploy ColdFusion multiple times, then the Solr Home path must be updated in the ColdFusion Administrator. To do this, go to Data & Services > Solr Server and then update the path in Solr Home in the Configure Solr Server section.

If you plan to install the Solr search server on a different computer from the one where you install ColdFusion, you must install it separately.

Install the Solr search server separately

  1. Download your platform-specific installer from the Adobe website or copy it from the ColdFusion 2016 DVD, as follows:

    Platform

    Installer

    Windows

    ColdFusion_2016_Jetty_Solr_win.exe

    Linux

    • ColdFusion_2016_Jetty_Solr_linux.bin

     

  • ColdFusion_2016_Jetty_Solr_linux64.bin

    Solaris

    ColdFusion_2016_Solr_Jetty_solaris.bin

    OSX

    ColdFusion_2016_Solr_Jetty_osx2016.zip

    AIX

    ColdFusion_2016_Solr_Jetty_aix.bin

     

  1. Close any applications that are currently running on your computer.
  2. Run the platform-specific installer using the appropriate command.

    Note: Only console installations are available for UNIX systems.

     

Using Solr Search Server

Use the following steps to start and stop Solr.

Non-Windows platforms

  • Start Solr using the following command:sudo ./cfsolr start
  • Stop Solr using the following command:sudo ./cfsolr stop

Windows platform

  • Start or stop the Solr service ColdFusion 2016 Add-on Service using Microsoft Management Console.

     

Enabling Flash Remoting

To interact with ColdFusion pages and components from an Adobe Flash SWF file, you can use the Flash Remoting service in ColdFusion 2016. To develop applications that use Flash Remoting, install the Flash Remoting components in the Flash authoring environment. The Flash authoring environment or Adobe Flex is required to build applications that connect to and interact with the Flash Remoting service in ColdFusion 2016.
By default, Adobe Flash Remoting cannot access web services through ColdFusion 2016.

Enable Flash Remoting to access web services through ColdFusion 2016

  1. Open the cf_root/cfusion/wwwroot/WEB-INF/gateway-config.xml file in a text editor.
  2. Locate the following line.

    <!--<adapter>coldfusion.flash.adapter.CFWSAdapter</adapter>-->

     

  3. Remove the comments so that the line appears as follows.

    <adapter>coldfusion.flash.adapter.CFWSAdapter</adapter>

     

  4. Save the file.
  5. Restart ColdFusion.

     

Installing Flash Remoting Update

Flash Remoting Update lets you create rich Internet applications by using Adobe Flash Builder, with the advanced data retrieval features of ColdFusion, such as the c{{fpop}}, cfldap, and cfquery tags. Also, you can use Flash Remoting Update to create Flash Forms and SWF applications that contain features, such as server callbacks and customized user interface.

Install Flash Remoting Update

  1. Install ColdFusion (2016 release)
  2. If your ColdFusion server uses something other than port 8500, do the following:
    1. Open the file <cf_root>\wwwroot\Web-INF\flex\services-config.xml.
      Change the following to specify the port that you are using in the endpoint URL:

      <endpoint uri="http://localhost:8500/flex2gateway/" in flex-services.xml

       

    2. Save the file.
    3. Restart the ColdFusion server.

       

Installing the ColdFusion .NET Integration Services

You install Adobe ColdFusion 2016 .NET Integration Service to access .NET assemblies from ColdFusion. The .NET assemblies can exist either locally on the computer on which ColdFusion is running or on a remote machine. If the computer on which you are installing ColdFusion does not have Microsoft .NET framework installed, the .NET Integration Services option is disabled in the ColdFusion installer.

Installing ColdFusion .NET Integration Services with ColdFusion

If .NET assemblies exist locally, select the .NET Integration Services option when you install ColdFusion. Doing so installs the Adobe Coldfusion (2016 release) .NET Integration Services with ColdFusion. You can access .NET assemblies locally only if you are running ColdFusion on a Windows computer; on other operating systems, the .NET assemblies must be on a remote Windows computer.
The ColdFusion installer puts the .NET Integration software in the cf_root\jnbridge directory. If you install the ColdFusion J2EE configuration, you can specify the directory in which to install the .NET Integration software. 
The installer automatically determines your Windows system .NET Framework version (1.x or 2.0) and installs the appropriate .NET integration software. Both 32-bit and 64-bit systems are supported. If you upgrade your .NET Framework, reinstall Adobe Coldfusion (2016 release) .NET Integration Servies. Proxies that you generate for .NET Framework 1.x work with .NET Framework 2.0 and .NET Framework 3.0, but proxies generated for .NET Framework 2.0 do not work with 1.x frameworks.

Installing ColdFusion .NET Service separately

If the .NET assemblies are on a remote computer, you use the .NET Service Installer (ColdFusion_2016_DotNetIntegration_WWEJ.exe) to install Adobe Coldfusion (2016 release) .NET Service. Similarly, to install the ColdFusion .NET Service when Coldfusion is already installed, you use the ColdFusion_2016_DotNetIntegration_WWEJ.exe.

Installing using the ColdFusion 2016 .NET Service installer

  1. Open the installer.
  2. Select the directory in which to install the .NET Service files.
  3. Do one of the following:
    1. To install the .NET Service on the computer that is running ColdFusion, select the Install .NET Service With ColdFusion option and specify the ColdFusion root directory.
    2. To install the .NET Service remotely, select the Install .NET Service As Standalone option.
  4. Review the Summary and click Install.
  5. Restart ColdFusion.

Uninstall the ColdFusion 2016 .NET Service

  1. Select Start > Settings > Control Panel > Add or Remove Programs.
  2. Select Adobe Coldfusion 2016 .NET Service.
  3. Click Uninstall. Alternatively, you can uninstall the Adobe Coldfusion 2016 .NET Service by running the Uninstall Adobe ColdFusion 2016 .NET Integration Services.exe program. The program is located in the cf_root\jnbridge\uninstall directory on ColdFusion server configurations. On J2EE configuration and on computers where you installed the Integration software without ColdFusion, it is in the C:\ColdFusionDotNetService\uninstall directory by default.

     

Installing ColdFusion Extensions for Eclipse

The ColdFusion Extensions for Eclipse include wizards that help generate code for common tasks and an extension that lets you connect to remote servers from Flash Builder and Eclipse. If you previously installed ColdFusion Extensions for Eclipse, you should uninstall them before installing a later version.

Note: The Query Builder and some of the wizards in the ColdFusion Extensions for Eclipse are Windows-only.

Install the ColdFusion Extensions for Eclipse

  1. In Eclipse, in the Update Sites to Visit dialog box, deselect the Ignore Features Not Applicable To This Environment option.
  2. Download the ColdFusion Extensions for Eclipse from the Adobe website.
  3. Select Help > Software Updates > Find and Install.
  4. Select the Search For New Features To Install option, and then click Next.
  5. Click New Archive Site.
  6. Navigate to the location where you downloaded the ColdFusion_FlexBuilder_Feature.zip file, select the file, and then click Open.
  7. When the Edit Local Site dialog box appears, click OK.
  8. Ensure that the ColdFusion Flash Builder feature is selected, and then click Finish.
  9. Select the check box next to ColdFusion_FlexBuilder_Feature.zip, and then click Next.
  10. Select the I Accept The Terms In This License Agreement option, and then click Next.
  11. Click Finish.
  12. Click Install All.
  13. When the installation is complete, click Yes to restart Flash Builder or Eclipse. To uninstall the ColdFusion Extensions for Eclipse, you must first disable them, and then uninstall them.

Uninstall the ColdFusion Extensions for Eclipse

  1. Select Help > Software Updates > Manage Configuration.
  2. Select the ColdFusion Plug-in feature.
  3. Click Disable, and then click OK.
  4. Click Yes to restart Flash Builder or Eclipse.
  5. When Eclipse or Flash Builder restarts, select Help > Software Updates > Manage Configuration.
  6. Ensure that the Show Disable Features button is selected, select the ColdFusion Flash Builder feature, and then click Uninstall.
  7. Click Yes to confirm that you want to uninstall.
  8. Click Yes and restart Flash Builder or Eclipse.

     

Configuring OpenOffice

Configuring OpenOffice with ColdFusion 2016 lets you use the cfdocument tag to convert Word documents to PDF and PowerPoint presentations to PDF/HTML.

Configuring OpenOffice for stand-alone

Download and install OpenOffice from http://download.openoffice.org/. When you install ColdFusion 2016 in a non-Windows platform, the installer prompts you with the directory path where OpenOffice is installed. If you want to specify a different installation path, you can specify the directory path as follows:

  • For Macintosh platform:

    /Applications/openoffice.org3

     

  • For UNIX platform: Depends on the UNIX flavor. The location of OpenOffice installation might vary depending on the operating system that you use. In most cases, the location would be /usr/lib/openoffice.org3 or/usr/lib/ooo3.x.
    You can also specify the OpenOffice installation path in the ColdFusion Administrator as follows:
  1. Log in to ColdFusion Administrator.
  2. Navigate to Server Settings > Document, and enter the OpenOffice directory.

Configuring OpenOffice for J2EE servers

The following instructions are not applicable for stand-alone ColdFusion 2016.

  1. Download and install OpenOffice from http://download.openoffice.org/.
  2. For all other J2EE servers:
    • Add the following classes and JAR files in the class path:

      [cfusionhome]/lib/oosdk/classes
      [cfusionhome]/lib/oosdk/lib/juh.jar
      [cfusionhome]/lib/oosdk/lib/jurt.jar
      [cfusionhome]/lib/oosdk/lib/ridl.jar
      [cfusionhome]/lib/oosdk/lib/unoil.jar

       

    • For Windows platform, add the following directory to the library path (java.library.path):

      [cfusionhome]/lib/oosdk/classes

      Replace cfusionhome}}with the path to the cfusion directory. For example, for Jboss, {{/opt/jboss-7.1.GA/standalone/deployments/cfusion.ear/cfusion.war/WEB-INF/cfusion

Configuring OpenOffice remotely

  1. Run the following command in the command prompt:

    soffice -nologo -nodefault -norestore -nofirststartwizard -headless -accept="socket,host=<ip>,port=8900;urp;StarOffice.ServiceManager"

    Specify the IP address (of the remote machine in which you want to configure OpenOffice) in the host attribute.

  2. Log in to ColdFusion Administrator.
  3. Navigate to Server Settings > Document, and enter the host, and port details.

Configuring OpenOffice post Adobe Coldfusion (2016 release) installation

If you have a version of ColdFusion 2016 already installed on your system, for all platforms, follow these instructions to configure OpenOffice:

  1. Log in to ColdFusion Administrator.
  2. Navigate to Server Settings > Document, and specify the OpenOffice directory.
  3. Restart the ColdFusion server.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Choose your region United States (Change)   Products   Downloads   Learn & Support   Company
Choose your region Close

Americas

Europe, Middle East and Africa

Asia Pacific

  • Brasil
  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Cyprus - English
  • Česká republika
  • Danmark
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Greece - English
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • Malta - English
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • Southeast Asia (Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam) - English
  • 台灣

Commonwealth of Independent States

  • Includes Armenia, Azerbaijan, Belarus, Georgia, Moldova, Kazakhstan, Kyrgyzstan, Tajikistan, Turkmenistan, Ukraine, Uzbekistan

Copyright © 2016 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

AdChoices