Is there a ColdFusion analog for the deployment descriptor/web.xml file found in a J2EE web container? I know CF is running on top of JRun and that I could just tweak the JRun dd, but what about an application-specific configuration file? Is there something like this that I’m not aware of or do you just have to roll your own?
Is there a ColdFusion analog for the deployment descriptor/web.xml file found in a J2EE
Share
ColdFusion 8 has several application-specific configurations that can be set in the application.cfc file
application.cfc also implements several ‘general events’ which occur during application execution.