With Lucee 5 and older we installed our app (exploded) as a bunch of class files and JARS (some third party JAR files). We placed these in the WEB-INF/lucee/lib directory.
Where should these files be placed with Lucee 6.2?
Same place should be fine. You just need to use the main server context since there isn’t a web context (unless enabled and going away with 7.0). I have my 1 jar under lucee-server/context/lib
Thanks. The problem was that the javaSettings:LoadPaths was still pointing to the old WEB-INF/lucee directory. Once that was updated to the contexts directory the classes were found.