We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90d681a + 2b0d42c commit bda3ba1Copy full SHA for bda3ba1
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