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 fc386c60e6
commit 3af7716dfe
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>
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>