If any of your webapps aren’t implementing any of the new features in ColdFusion 7 that use the Flex components (CFFORM, CFDOCUMENT, etc.), then why would you need it to be part of the startup and, more importantly, the deployment. It’s just 5.5 megs of wasted space on your machine. Well, here’s how you stop ColdFusion from starting up Flex and removing it from the system.
Open up your trusty web.xml file for your webapp, and remove the following elements.
Now that Flex isn’t referenced in the startup, your can delete the {your-app}\WEB-INF\cfform directory.
Leave a reply