how can i call the this.mappings['/javaloader'] = ...
# cfml-general
s
how can i call the this.mappings['/javaloader'] = GetDirectoryFromPath(ExpandPath( "cfc/jar/javaloader/")); in my application.cfm
s
That only works in Application.cfc -- you'll have to convert your app to use that instead of Application.cfm
1
b
If you're on Lucee, you can try
Copy code
<cfapplication action="update" javaSettings=... >