Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
3.
4.
5.
6.
The following instructions tell you how to deploy ColdFusion 10 on IBM WebSphere Application Server (AS)
and Network Deployment (ND).
The following terms refer to WebSphere and ColdFusion directories:
websphere_root The directory in which IBM WebSphere Application Server is installed; for example,
C:\Program Files\WebSphere in Windows, and /opt/WebSphere in UNIX.
cf_webapp_root The directory to which the ColdFusion web application is deployed; for example,
C:\Program Files\WebSphere\AppServer\installedApps_<My_Host>\cfusion.ear\cfusion.war in
<_ /cfusion.ear/cfusion.war in UNIX.Windows, and /opt/WebSphere/AppServer/installedApps/ My_Host>
java_home The root directory of your Java 2 software development kit (J2SDK); for example,
C:\j2sdk1.6.0_29.
Expand the EAR file
Open a console window, navigate to the directory that contains the EAR file, and make a new directory
named cfusion-ear:
md cfusion-ear (mkdir cfusion-ear on UNIX)
Change to the cfusion-ear directory and expand the cfusion.ear file with the command:jar
cd cfusion-ear
java_home/bin/jar -xvf ../cfusion.ear
This expands the cfusion.ear file into cfusion.war and rds.war (rds.war is not included if you specified a
context root of / when you ran the installation wizard).
In cfusion-ear, make a new directory named cfusion-war.
md cfusion-war (mkdir cfusion-war on UNIX)
Change to the cfusion-war directory and expand the cfusion.war file with the command:jar
cd cfusion-war
java_root/bin/jar -xvf ../cfusion.war
This expands the cfusion.war file.
(If rds.war exists) Go up one level to cfusion-ear, make a new directory named rds-war.
cd ..
md rds-war (mkdir rds-war on UNIX)
(If rds.war exists) Change to the rds-war directory and expand rds.war with the command:jar