Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
9.
10.
1.
2.
3.
a.
Stop the Adobe ColdFusion 10 application if it is running.
Select Adobe ColdFusion 10 Application, select Manage Modules and then select the check box
for ColdFusion RDS application, and then click Remove.
Enable web services
To enable web services, copy the tools.jar file from Java home that WebSphere uses to the cfusion/lib
directory.
Apply application server configuration
To apply application server configuration, restart the application server.
Configure ColdFusion 10
Ensure that the following settings and practices are in place before using WebSphere Application Server ND:
Event Gateway Ensure that the startup mode of the Socket gateway instances is set to manual. In
particular, do not set it to Automatic when using a vertical cluster. Select one of the instances in the
vertical cluster and start the Socket gateway on that instance manually.
Session ReplicationEither avoid ColdFusion-specific data types or serialize them to WDDX and store
them in session scope as strings. ColdFusion Administrator:
In a vertical cluster environment, avoid concurrent changes to the same service.
In a horizontal cluster environment, each server has its own ColdFusion Administrator. You
must make changes once per server.
In a vertical cluster environment, the ColdFusion Administrator scheduled tasks are scheduled
on all servers.
Solr Server Only one Solr Search Server can run on each server computer.
Compilation Use precompiled classes and ensure that the Trusted Cache setting is enabled.
Deploying ColdFusion 10 on Oracle WebLogic
The following instructions tell you how to deploy ColdFusion 10 on Oracle WebLogic 11g. You can deploy
ColdFusion 10 on WebLogic using either an expanded EAR file or WAR files.
The following terms refer to ColdFusion directories:
cfusion_install_directory The directory that contains the files extracted by the ColdFusion install, for
example, C:\cf10 or /opt/cf10.
wl_root The directory that contains WebLogic, for example, C:\Oracle.
wldomain_root The directory that contains the WebLogic domain into which you deployed
ColdFusion.
cf_webapp_root The directory into which you deployed the ColdFusion web application, for example,
C:\Oracle\user_projects\cfdomain\applications\cfusion-war.
java_home The root directory of your Java 2 software development kit (J2SDK); for example,
C:\jdk1.6.0.
Install ColdFusion 10 on WebLogic
Run the ColdFusion installation wizard, choosing the J2EE configuration. The installation wizard places
the WAR files in the install directory.
Determine the WebLogic domain in which to deploy ColdFusion 10. Optionally, create a domain.
Because ColdFusion 10 must run from an expanded directory structure, expand the cfusion.war and
rds.war files manually, and expand the web applications by doing the following:
Open a console window, navigate to the directory that contains the WAR files, and create a
directory for the ColdFusion WAR file (named whatever you want the context root to be) and the
RDS WAR file (named CFIDE):