Specifications

© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
1.
2.
3.
1.
2.
1.
2.
3.
4.
a.
Replace with the value of an unused port. If you try to connect from a LiveCycle Data Services ES servernnn
that is running in another JVM server to ColdFusion over RMI, the Flex server must start with the same JVM
argument.
Disable RDS
Stop ColdFusion.
Edit JBOSS_DEPLOY_DIR\cfusion.ear\cfusion.war\WEB-INF\web.xml by commenting out the
following:
<!-- <servlet id="macromedia_servlet_8789">
<servlet-name>RDSServlet</servlet-name>
<display-name>RDS Servlet</display-name>
<servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>
<init-param id="InitParam_103401311065856789">
<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> -->
Save the file and start ColdFusion.
Prevent security-based errors
If you notice security-based errors when JBOSS is starting (errors that mention Java and security), edit the
run.bat file as follows:
Go to the line that contains the parameter.-Xmx512m
Change the text: to be -Dprogram.name=%PROGNAME% -Dcoldfusion.disablejsafe=true
. These security errors occur because some versions of JBOSS cannot handle%JAVA_OPTS%
additional encryption software that ColdFusion uses for higher security standards. Some features, such
as EJB3, require JDK 1.5.
#back to top
Undeploying ColdFusion
To undeploy ColdFusion in the J2EE configuration, you use application-server specific undeploy tools and
methods.
Undeploy ColdFusion in the J2EE configuration
Remove all ColdFusion specifications from the and JVMjava.args java.library.path
arguments used by your application server.
(Windows only) If you installed ODBC support, remove the ODBC Windows services by navigating to
the \WEB_INF\cfusion\db\SequeLink Setup directory and executing thecf_webapp_root
RemoveSequeLink.bat file.
If necessary, copy and save CFM pages from the ColdFusion web application root.
Undeploy the ColdFusion web application using application-server-specific undeploy functionality.
On WebLogic, open the WebLogic Administrator., open the WebLogic Administration Console (
) and go to domainname > Deployments > Applications.http://hostname:portnumber/console
Click the trash can to the right of the ColdFusion application, and then click Yes. Open the