Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ColdFusion web.xml?

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?

like image 676
nerraga Avatar asked May 09 '26 17:05

nerraga


2 Answers

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.

like image 105
Adam Ness Avatar answered May 11 '26 14:05

Adam Ness


There are several areas that equivalent settings
application.cfc or on older sites application.cfm
CFAdmin tool has some more settings for Datasources, JVM, etc
Depending on the framework you use, there may be additional .xml configuration files.
Fusebox uses: files called fusebox.xml and circuit.xml
FW/1 uses additional settings in application.cfc

like image 39
James A Mohler Avatar answered May 11 '26 13:05

James A Mohler



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!