fix: jetty11 jsp not work

This commit is contained in:
ReaJason
2024-12-14 19:52:15 +08:00
parent 6bdc47a7d5
commit 65fb0a05df
4 changed files with 23 additions and 7 deletions
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app>
<web-app
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://jakarta.ee/xml/ns/jakartaee"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
version="5.0"
metadata-complete="false"
>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>