Ortus-Solutions / vagrant-ubuntu-lucee

MIT License
16 stars 8 forks source link

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

Open jfrux opened 7 years ago

bdw429s commented 7 years ago

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

iurquiza commented 6 years ago

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.