Sorcerer's IsleCode Lucee on Jetty / files

 1# Lucee on Jetty modules directory.
 2
 3The primary Lucee on Jetty readme is README.TXT in the top-level directory.
 4
 5Jetty uses modules to group dependenies, libraries, and configuration so that
 6a single module can be enabled without needing to manually enable all the others
 7that it uses, and to verify that relevant files exist.
 8
 9You can read more about modules in the Jetty documentation:
10  http://www.eclipse.org/jetty/documentation/current/startup-modules.html
11
12The **lucee.mod** file defines a Lucee module consisting of the other modules
13Lucee requires to run, referencing the Lucee JAR and Jetty configuration
14located within the lucee directory.