Went to run a script I wrote last year that included jars… this works on 5.x fine
Getting error :
Illegal char <:> at index 72: C:\_Servers\Lucee\tomcat\lucee-server\context\cfclasses\RPC\bmw9lepk316j:5yw1p2q51paf
any ideas on what I need to tweak to make this work again?
application.cfc (simple version)
------
component {
this.name = hash(cgi.path_info, 'SHA-256', 'UTF-8', 2);
this.requestTimeout=createTimeSpan(0,0,0,30);
this.javaSettings = {
loadPaths = [".\jars"],
loadColdFusionClassPath = true,
reloadOnChange = false
};
}
put anything in the index.cfm
OS: ?Win11
Java Version: bundled
Tomcat Version: bundled
Lucee Version: 7.0.0.241-SNAPSHOT