在web.xml中引入其他xml文件

来源:互联网 发布:雨滴是什么软件 编辑:程序博客网 时间:2024/05/16 14:31

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app [<!ENTITY mytest SYSTEM "mytest.xml">]>
<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/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
 &mytest; <!--把该变量放在想要放的地方即可-->

</web-app>

原创粉丝点击