Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
6.
7.
8.
9.
10.
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
cd rds-war
java_root/bin/jar -xvf ../rds.war
This expands rds.war.
Go up one level to the cfusion-ear file, and delete the cfusion.war and rds.war files:
cd ..
del cfusion.war (rm cfusion.war on UNIX)
del rds.war (rm rds.war on UNIX)
Open the cfusion-ear/META-INF/application.xml file in a text editor.
Change the element from cfusion.war to cfusion-war (or the name of the directory thatweb-uri
contains the expanded cfusion.war file). Change the element for rds.war to rds-war. Aweb-uri
directory name in the element cannot contain a dot.web-uri
Save the application.xml file. To use LiveCycle Data Services ES, you must be running WebSphere
5.1.1 Business Integration.
Deploy ColdFusion 10 on WebSphere 7 or 8 (AS)
Start the IBM WebSphere Application Server, if it is not running.
Open the IBM WebSphere Administrative Console, if it is not running.
Select Applications > Install New Application.
When the Preparing for the Application Installation page appears, in the text box for the local file
system, enter the path to the EAR file that you installed when you installed ColdFusion; for example,
C:\ColdFusion10\cfusion.ear. If you are running the Administrative console from a browser that is not
on the same system on which WebSphere is running, that is, not from localhost, use the Remote file
system option, which enables directory browsing on the server file system.
Leave the Context Root box empty and click Next.
Accept the default values on the second Select Installation Options page, if appropriate for your
WebSphere configuration, and then click Next.WebSphere might display an Application Security
Warnings page with a message at the bottom of the page that starts with "ADMA0080W: A template
policy file without any permission set is included in the 1.2.x enterprise application." You can ignore
this warning.
If you have multiple application servers, select the application server in which to install the ColdFusion
application and RDS support, and then click Next.
When the Map Virtual Hosts for Web Modules panel appears, select the virtual host or hosts in which
to install the ColdFusion 10 application and Remote Development Services (RDS) support, and then
click Next.RDS must be on the same virtual host and port as ColdFusion 10.
When the Summary panel appears, review the installation configuration, and then click Finish.
When the Application Adobe ColdFusion 10 Installed Successfully message appears on the Installing
page, select Save To Master Configuration, and then select Save on the Save page to save your
workspace. If you changed the application name from the default, the message uses your application
name.
Start the enterprise application named Adobe ColdFusion 10.
Browse to the ColdFusion Administrator to run the Configuration Wizard.
Note
Copy the version of tools.jar that the application server uses to the cfusion/lib
directory.