-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for customization of the Jetty WebAppContext
Standalone Jetty installations provide a means to configure the context via XML files: https://jetty.org/docs/jetty/12/operations-guide/xml/index.html The mechanism doesn't work for embedded use - XML files need to be discovered and loaded explicitly. For our purposes, applications can place a jetty-context.xml file in their WEB-INF directory in order for Alpine to discover them. Since Alpine applications do not directly depend on alpine-executable-war, and thus do usually not have access to Jetty classes, the Jetty-native XML configuration was preferred over programmatic customization. Signed-off-by: nscuro <nscuro@protonmail.com>
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters