Skip to content

Commit

Permalink
Jetty configuration to allow changes to static files at runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-el-khoury committed Aug 28, 2023
1 parent 1b1bca2 commit 55c9571
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -332,6 +332,9 @@ If multiple DSs share the same maven dependency, we group them into 1.
<configuration>
<webApp>
<contextPath>${application.contextpath}</contextPath>
<_initParams>
<org.eclipse.jetty.servlet.Default.useFileMappedBuffer>false</org.eclipse.jetty.servlet.Default.useFileMappedBuffer>
</_initParams>
</webApp>
<httpConnector>
<port>${servlet.port}</port>
Expand Down

0 comments on commit 55c9571

Please sign in to comment.