Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplicitesoftware/jetty
Pre-configured Jetty server for the Simplicité low code platform
https://github.com/simplicitesoftware/jetty
java jetty low-code
Last synced: about 1 month ago
JSON representation
Pre-configured Jetty server for the Simplicité low code platform
- Host: GitHub
- URL: https://github.com/simplicitesoftware/jetty
- Owner: simplicitesoftware
- License: other
- Created: 2022-01-21T20:45:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T22:03:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T20:38:01.708Z (3 months ago)
- Topics: java, jetty, low-code
- Language: AMPL
- Homepage:
- Size: 25.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Jetty for Simplicité®
================================This repository contains an optimized and customized version of Eclpse Jetty® suitable for the Simplicité® platform.
Additional JARs
---------------Some additional JARs have been included in the `lib/ext` folder:
- `commons-dbcp-1.x.jar`
- `commons-pool-1.x.jar`
- `mysql-connector-java-x.y.z-bin` the MySQL/MariaDB JDBC driver
- `postgresql-x.y.z` the PostgreSQL JDBC driverUsage
-----The server is configured to use plain HTTP on the `8080` port.
If you deploy it behind a reverse proxy you must configure `default/start.d/server.ini` and `default/start.d/http.ini` accordingly.