xml中配置默认首页,欢迎页的代码

    xiaoxiao2021-04-17  43

    <?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2eehttp://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <welcome-file-list> <welcome-file>welcome.html</welcome-file> </welcome-file-list> </web-app>
    转载请注明原文地址: https://ju.6miu.com/read-674352.html

    最新回复(0)