Commit 5df5c176 authored by 李德才's avatar 李德才

添加在 TomCat下的默认项目名称

parent ae3f43ff
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<filter> xmlns="http://java.sun.com/xml/ns/javaee"
<filter-name>jfinal</filter-name> xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
<filter-class>com.jfinal.core.JFinalFilter</filter-class> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
<init-param> id="WebApp_ID" version="3.0">
<param-name>configClass</param-name> <display-name>aserver</display-name>
<param-value>com.archser.aserver.common.config.MainConfig</param-value> <filter>
</init-param> <filter-name>jfinal</filter-name>
</filter> <filter-class>com.jfinal.core.JFinalFilter</filter-class>
<init-param>
<filter-mapping> <param-name>configClass</param-name>
<filter-name>jfinal</filter-name> <param-value>com.archser.aserver.common.config.MainConfig</param-value>
<url-pattern>/*</url-pattern> </init-param>
</filter-mapping> </filter>
<filter-mapping>
<filter-name>jfinal</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
</web-app> </web-app>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment