https://github.com/jetty-project/example-jetty-base-custom-connectors
Example ${jetty.base} showing Custom Connectors
https://github.com/jetty-project/example-jetty-base-custom-connectors
configuration documentation examples
Last synced: 3 months ago
JSON representation
Example ${jetty.base} showing Custom Connectors
- Host: GitHub
- URL: https://github.com/jetty-project/example-jetty-base-custom-connectors
- Owner: jetty-project
- Created: 2015-06-26T19:11:13.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T19:10:35.000Z (about 4 years ago)
- Last Synced: 2025-01-23T22:14:21.418Z (over 1 year ago)
- Topics: configuration, documentation, examples
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 13
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example ${jetty.base} with custom connectors
============================================
This is a Jetty 9.2+ `${jetty.base}` showing how to setup
custom Connectors for a specific instance of Jetty.
Looking at the `start.ini` you will see that there is
no reference to `--module=http` or `--module=https`
as we are setting up our own custom connectors in
this specific case.
The setup:
----------
4 total connectors
Port | Role | Name | Defined In
-------+----------------------+------------+-------------------------
8080 | Plain HTTP | conn-app1 | etc/app1-connectors.xml
8443 | HTTP/1.1 over SSL | conn-app1 | etc/app1-connectors.xml
9600 | Plain HTTP | conn-app2 | etc/app2-connectors.xml
9601 | HTTP/1.1 over SSL | conn-app2 | etc/app2-connectors.xml