GithubHelp home page GithubHelp logo

yonatankahana / example-jetty-base-custom-connectors Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jetty-project/example-jetty-base-custom-connectors

0.0 0.0 0.0 7 KB

Example ${jetty.base} showing Custom Connectors

example-jetty-base-custom-connectors's Introduction

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

example-jetty-base-custom-connectors's People

Contributors

joakime avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.