Sorcerer's IsleCode Lucee on Jetty / files

 1Lucee on Jetty
 2
 3
 4Description
 5-----------
 6
 7Lucee on Jetty is a project to provide a Lucee package that is easy to use and
 8provides a fully functional & capable web server, with extensive documentation
 9on how everything has been done, so it can be understood and adapted as needed.
10
11This repository contains the template for bundling Lucee with Jetty. It uses
12Jetty's home/base functionality to simplify the process and avoid the need to
13modify the Jetty files.
14
15The project's homepage, including links to download the bundles, is at:
16
17> http://sorcerersisle.com/projects:lucee-on-jetty
18
19
20How to build
21------------
22
23The build directory contains a bash build script, but the basic process is:
24
25  1. cp src -> {target}
26  2. unzip jetty-X.zip -> {target}/jetty-home
27  3. unzip lucee-jars.zip -> {target}/lucee-base/lib/ext/
28  4. update versions in {target}/README.TXT
29  5. zip {target} lucee-on-jetty.zip
30
31That's all there is to it.
32
33
34Licensing
35---------
36
37Lucee on Jetty is a project created and maintained by Peter Boughton, licensed
38under the LGPLv3, aside from the documentation and wiki which is CC BY-SA v4.0.
39
40This repository does not contain Lucee or Jetty themselves; these have their 
41own licenses (Lucee: LGPLv2; Jetty: Apache License 2.0 or EPLv2).
42
43
44/eof