Skip to content

Commit 6417ce7

Browse files
authored
Add Jetty 12.1 support in appengine-web.xml
1 parent 26fb616 commit 6417ce7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

applications/springboot/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<runtime>java17</runtime>
1919
<system-properties>
2020
<property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
21+
<property name="appengine.use.jetty121" value="true"/>
2122
</system-properties>
2223
<instance-class>F4</instance-class>
2324
</appengine-web-app>

0 commit comments

Comments
 (0)