We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75fedd8 + 5eb9240 commit 2b0d42cCopy full SHA for 2b0d42c
1 file changed
www/Application.cfc
@@ -20,9 +20,7 @@ component displayname="Application" output="false" extends="backend.myapp.ownApp
20
// Load java files
21
this.javaSettings = {
22
loadPaths = [expandPath("/assets/java")],
23
- reloadOnChange = false,
24
- loadColdFusionClassPath = true,
25
- shared = true
+ reloadOnChange = false
26
};
27
28
0 commit comments