vagrant-ubuntu-lucee icon indicating copy to clipboard operation
vagrant-ubuntu-lucee copied to clipboard

Quickest way to make this use Lucee 5.x.x instead?

Open jfrux opened this issue 8 years ago • 2 comments

jfrux avatar Jan 25 '17 12:01 jfrux

Hi @joshuairl THe quickest way would be to modify the provisioner that installs Lucee to download a version of Lucee 5 instead.

bdw429s avatar Feb 23 '17 22:02 bdw429s

It is not that simple; the directory structure for Lucee 5 is different than Lucee 4. Also, /opt/lucee/tomcat/lib/lucee-inst.jar referenced in setenv.sh no longer exists. I believe the new file is /opt/lucee/lib/lucee-5.2.3.35.jar. Even when I made all the changes for the new directory structure and reference version 5, I got the following Tomcat error: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet. I tried replacing /opt/lucee/tomcat/lib/servlet-api.jar just in case it somehow got corrupted in the installer, but I still go the same error.

iurquiza avatar Sep 30 '17 00:09 iurquiza