I am wondering if there is an easy way of deploying a .jar easily without restarting the service? I found a couple different posts but they are a little bit old and they mention using a library called JavaLoader Programmatic reloading of Java JARs without restarting ColdFusion Is there an alternative to doing this? I am developing with a java sdk and it is very time consuming to keep restarting after every change and I would prefer not to use a library just to accomplish this.
Edit: I am using Lucee 5.2
reloadOnChangeattribute) - Miguel-Fjavasettingsproperty in Application.cfc to load jars and detect changes, but there seems to be a bug with thereloadOnChangeattribute in Lucee. - CfSimplicity