Whatever message this page gives is out now! Go check it out!
| Question | Answer |
Platform-specific installer name? | |
Serial number for ColdFusion? | |
Type of installation? | Server configuration_X_ JEE configuration |
EAR or WAR file? | EAR WAR |
Subcomponents to install? | ColdFusion ODBC Services ColdFusion Solr Services .NET Integration Services |
Installation directory for ColdFusion and services? | |
Context root for ColdFusion (EAR file only, default=cfusion)? | |
ColdFusion Administrator password? | |
Enable Secure Profile | __Yes__No Identify a list of IP addresses that will have access to the ColdFusion Administrator. |
Configure OpenOffice | __Yes__No |
Whether to enable RDS? | Yes No Note: RDS allows the server to interact with remotely connected developers. Adobe recommends that you disable RDS for production servers.Disabling RDS also disables the directory browsing applets in the ColdFusion Administrator. |
RDS password? | __ |
Automatically check for server updates? | Yes No |
WEB-INF
web.xml
CFIDE
cfdocs
CFIDE (rds.war)
WEB-INF
web.xmlMETA-INF
application.xml
cfusion-war
WEB-INF
web.xml
CFIDE
cfdocs
rds.war
WEB-INF
web.xml| Platform | File |
Linux |
|
Solaris | ColdFusion_11_WWEJ_solaris64.bin |
UNIX (other than Solaris or Linux) | ColdFusion_11_WWEJ_java.jar |
./<filename> -i consolejava_home/bin/java -jar ColdFusion_11_WWEJ_java.jar -i console| Application server | Deployment mechanism | Expanded or compressed deployment |
Apache Tomcat | Tomcat Deployment Manager | Expanded |
IBM WebSphere | IBM WebSphere Administrative Console | Compressed |
Oracle WebLogic | Weblogic Administration Console/Auto deploy to server domains | Expanded |
JBOSS Application Server | Auto deploy to server root | Expanded |
Oracle Weblogic Server | Oracle Weblogic Server Administration Console | Expanded |
| Directory | Description |
cfdocs | Documentation for ColdFusion. |
CFIDE | Files for the ColdFusion Administrator. |
WEB-INF/cfclasses | Compiled ColdFusion templates in your ColdFusion applications. |
WEB-INF/cfc-skeletons | Support for ColdFusion components that are exported as web services. |
WEB-INF/cfform | Files that support Flash forms. |
WEB-INF/cftags | Templates for ColdFusion. |
WEB-ING/flex | Configuration and files for LiveCycle Data Services ES. |
WEB-INF/gateway | Files that support event gateways. |
WEB-INF/cfusion/bin | Executable files used by ColdFusion. |
WEB-INF/cfusion/cfx | CFX tag include file and examples. |
WEB-INF/cfusion/charting | Files for the ColdFusion graphing and charting engine. |
WEB-INF/cfusion/Custom Tags | Repository for your custom tags. |
WEB-INF/cfusion/db | Sample databases for all platforms. These databases are Apache Derby databases. |
WEB-INF/cfusion/jintegra | JIntegra programs, libraries, and other supporting files (for example, to integrate Java and COM code; manage access to ActiveX controls (OCXs) that are hosted in a graphical user interface (GUI) container; and register the JVM and type libraries). |
WEB-INF/cfusion/lib WEB-INF/lib andWEB-INF/cfusion/MonitoringServer | JAR, XML, property, and other files that are the foundation of ColdFusion, including functionality such as queries, charting, mail, security, Solr searches, and system probes. |
WEB-INF/cfusion/logs | ColdFusion log files. |
WEB-INF/cfusion/Mail | Files, including spool files, used by ColdFusion for mail. |
WEB-INF/cfusion/registry | Used only in UNIX, by the cfregistry tag. |
WEB-INF/cfusion/stubs | Compiled code for web services. |
WEB-INF/cfusion/solr | Solr configuration and Jetty. |
md cfusion-ear (mkdir cfusion-ear on UNIX)java_home/bin/jar -xvf ../cfusion.earmd cfusion-war (mkdir cfusion-war on UNIX)java_root/bin/jar -xvf ../cfusion.warmd rds-war (mkdir rds-war on UNIX)java_root/bin/jar -xvf ../rds.wardel cfusion.war (rm cfusion.war on UNIX)
del rds.war (rm rds.war on UNIX)permission java.security.AllPermission;
};SET CF_APPS_PATH=cf_webapp_root\WEB-INF\cfusion\libSET CF_APPS_PATH=%WAS_HOME%\installedApps\%WAS_CELL%\ Adobe_ColdFusion_11.ear\cfusion.war\WEB-INF\cfusion\lib;%WAS_HOME%\installedApps\%WAS_CELL%\ Adobe_ColdFusion_11.ear\cfusion.war\WEB-INF\flex\jars;%CF_APPS_PATH%SET WAS_CLASSPATH=%WAS_HOME%/properties;%WAS_HOME%/lib/bootstrap.jar;
%WAS_HOME%/lib/j2ee.jar;%WAS_HOME%/lib/lmproxy.jar;%WAS_HOME%/lib/
urlprotocols.jar;%CF_APPS_PATH%C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\java\bin;C:/Program Files/IBM/WebSphere MQ/WEMPS\bin;%CF_APPS_PATH%;SET PATH=%PATH%;cf_webapp_root\WEB-INF\cfusion\jintegra\bin;cf_webapp_root\WEB-INF\cfusion\jintegra\bin\international\cfusion.ear\cfusion.war\WEB-INF\cfusion\jintegra\
bin;%WAS_HOME%\installedApps\%WAS_CELL%\Adobe_ColdFusion_11.ear
\cfusion.war\WEB-INF\cfusion\jintegra\bin\internationalregsvr32 TypeViewer.dllCFUSION_APPS_PATH=cf_webapp_root/WEB-INF/cfusion/libCF_APPS_PATH="$WAS_HOME"/installedApps/"$WAS_CELL"/
Adobe_ColdFusion_11.ear/cfusion.war/WEB-INF/cfusion/libCF_APPS_PATH=cf_webapp_root/WEB-INF/cfusion/libCF_APPS_PATH="$WAS_HOME"/installedApps/"$WAS_CELL"/ Adobe_ColdFusion_11.ear/cfusion.war/WEB-INF/cfusion/libLD_LIBRARY_PATH="$WAS_LIBPATH":$LD_LIBRARY_PATH:$CF_APPS_PATHCF_APPS_PATH=cf_webapp_root/WEB-INF/cfusion/libValue true
<!-- <servlet id="coldfusion_servlet_8789"> <servlet-name>RDSServlet</servlet-name> <display-name>RDS Servlet</display-name><servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class> <init-param id="InitParam_113401311165856789"><param-name>servlet.class</param-name> <param-value>coldfusion.rds.RdsFrontEndServlet</param-value></init-param> </servlet> --><servlet-mapping id="coldfusioon_mapping_9">
<servlet-name>RDSServlet</servlet-name>
<url-pattern>/CFIDE/main/ide.cfm</url-pattern>
</servlet-mapping>
-->md cfusion (Windows, mkdir cfusion on UNIX)
md CFIDE (Windows, mkdir CFIDE on UNIX)java_home/bin/jar -xvf ../cfusion.warcd ..java_home/bin/jar -xvf ../rds.war// default permissions granted to all domains
grant {
permission java.security.AllPermission;
/*
permission java.util.PropertyPermission "java.version", "read";
permission java.util.PropertyPermission "java.vendor", "read";
...
permission java.util.PropertyPermission "java.vm.name", "read";
*/
};
...WEB-INF/cfusion/lib/jintegra.jar
WEB-INF/flex/jars/cfgatewayadapter.jar
WEB-INF/flex/jars/concurrent.jarSET CF_SHARED_LIB=%CF_WEB_INF%\cfusion\libSET PRE_CLASSPATH=%CF_SHARED_LIB%\jintegra.jar
SET PRE_PATH=%CF_SHARED_LIB%;%JINTEGRA_PATH%CF_WEB_INF=cf_webapp_root/WEB-INF
CF_SHARED_LIB=${CF_WEB_INF}/cfusion/libSET CF_SECURITY_JVM_OPTIONS="-Djava.security.manager"
@rem You must append %CF_SECURITY_JVM_OPTIONS% to the existing
JAVA_OPTIONS value.
set JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore=C:\WebLogic_HOME\server\lib\
cacerts %CF_SECURITY_JVM_OPTIONS% %CF_COM_JVM_OPTIONS%
@rem You must append the following to the existing MEM_ARGS value.
@rem -Xms32m -Xmx512m -Xss64k -XX:MaxPermSize=128mCF_SECURITY_JVM_OPTIONS="-Djava.security.manager"
CF_GRAPHING_JVM_OPTIONS="-Djava.awt.headless=true"
# You must append ${CF_SECURITY_JVM_OPTIONS} and ${CF_GRAPHING_JVM_OPTIONS}
# to the existing JAVA_OPTIONS value.
# JAVA_OPTIONS="default java options ${CF_SECURITY_JVM_OPTIONS} ${CF_GRAPHING_JVM_OPTIONS}"
# You must append the following to the MEM_ARGS variable coded
# in the server startup file:
# "-Xmx512m -XX:MaxPermSize=128m"Dcmctl deployapplication -application cf_app -file c:\ColdFusion_Jee\cfusion.ear -component oc4j_instancegrant { permission java.security.AllPermission; };regsvr32 TypeViewer.dll-Djava.awt.headless=true<web-module id="rds" path="rds.war" />
-->server
default
deploy
cfusion.ear
cfusion.war
META-INF
rds.war
JBoss 7.x
standalone
deployments
cfusion.ear
cfusion.war
META-INF
rds.war
cfusion.ear.dodeployset PATH=%PATH%;%CF_LIB_PATH%rem -----------------------------------------------
rem JBoss Bootstrap Script for Win32
rem -----------------------------------------------set PATH=%PATH%;%CF_LIB_PATH%export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:CF_WEBAPP_ROOT/WEB-INF/cfusion/libset CF_LIB_PATH=%CF_LIB_PATH%;CF_WEBAPP_ROOT\WEB-INF\cfusion\jintegra\bin;CF_WEBAPP_ROOT\WEB-INF\cfusion\jintegra\bin\international<servlet-name>RDSServlet</servlet-name>
<display-name>RDS Servlet</display-name>
<servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>
<init-param id="InitParam_113401311165856789">
<param-name>servlet.class</param-name>
<param-value>coldfusion.rds.RdsFrontEndServlet</param-value>
</init-param>
</servlet> -->
<!-- <servlet-mapping id="macromedia_mapping_9">
<servlet-name>RDSServlet</servlet-name>
<url-pattern>/CFIDE/main/ide.cfm</url-pattern>
</servlet-mapping> -->CF_SHARED_LIB_DIR (also remove CF_SHARED_LIB_DIR from PRE_PATH)
LD_LIBRARY_PATH (UNIX only, remove ${CF_SHARED_LIBS})
(Windows only) JINTEGRA_PATH (also remove JINTEGRA_PATH from PRE_PATH)
(Windows only) Remove jintegra.jar from PRE_CLASSPATH
CF_SECURITY_JVM_OPTIONS
CF_GRAPHING_JVM_OPTIONS
Remove ColdFusion arguments from MEM_ARGS
Remove CF_SECURITY_JVM_OPTIONS and CF_GRAPHING_JVM_OPTIONS from JAVA_OPTIONS