ColdFusion web.xml?

Is there a ColdFusion analogue for the deployment descriptor file /web.xml found in the J2EE web container? I know that CF runs on top of JRun and that I can just configure JRun dd, but what about the application configuration file? Is there something like this that I don't know about, or do you just need to roll on your own?

+3
source share
5 answers

ColdFusion 8 has several application-specific configurations that can be set in the application.cfc file

application.cfc also implements several "common events" that occur during application runtime.

+3
source

,

application.cfc application.cfm

CFAdmin Datasources, JVM ..

.xml.

Fusebox : fusebox.xml circuit.xml

FW/1 application.cfc

+2

Application.cfc http://www.bennadel.com/blog/726-ColdFusion-Application-cfc-Tutorial-And-Application-cfc-Reference.htm.

Coldfusion, Application.cfc, Application.cfm, -, Application.cfc.

+1

jrun.xml, . CF7 CF8. , . ip- CF.

+1
source

ColdFusion provides client and server deployment descriptor files located in \ ColdFusion8 \ wwwroot \ WEB-INF. Files - client-config.wsdd and server-config.wsdd respectfully

0
source

Source: https://habr.com/ru/post/1698225/


All Articles