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:

  1. Remove all ColdFusion MX 7 specifications from the java.args and java.library.path JVM arguments used by your application server.
  2. (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.
  3. If necessary, copy and save CFM pages from the ColdFusion MX 7 web application root.
  4. 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.
  5. If necessary, restart the application server.

View comments in LiveDocs