Undeploying ColdFusion MX 7
To undeploy ColdFusion MX 7 in the J2EE configuration, you use application-server specific undeploy tools and methods.
To undeploy ColdFusion MX 7 in the J2EE configuration:
-
Remove all ColdFusion MX 7 specifications from the
java.args
and java.library.path
JVM arguments used by your application server.
-
(Windows only) If you installed ODBC support, remove the ODBC Windows services by navigating to the cf_webapp_root\WEB_INF\cfusion\db\SequeLink Setup directory and executing the RemoveSequeLink.bat file.
-
If necessary, copy and save CFM pages from the ColdFusion MX 7 web application root.
-
Undeploy the ColdFusion MX 7 web application, using application-server-specific undeploy functionality. In JRun 4, you undeploy by deleting the jrun_root/server/servername/cfusion-ear directory.
-
If necessary, restart the application server.
View comments in LiveDocs