Revert "fix: GlassFish war deploy failed"

This reverts commit 974cf3ccaa.
This commit is contained in:
ReaJason
2025-01-10 01:28:08 +08:00
parent 9f763906ae
commit 19ecd109fc
2 changed files with 10 additions and 2 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>