Sorcerer's IsleCode Lucee on Jetty / files

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