123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- <?xml version="1.0" encoding="UTF-8"?>
- <web-app>
- <display-name>credit</display-name>
- <context-param>
- <param-name>webAppRootKey</param-name>
- <param-value>operator</param-value>
- </context-param>
- <context-param>
- <param-name>contextConfigLocation</param-name>
- <param-value>
- /WEB-INF/spring/Common-conf.xml,
- /WEB-INF/spring/YHB-conf.xml,
- /WEB-INF/spring/LMB-conf.xml,
- /WEB-INF/spring/YHRZB-conf.xml,
- /WEB-INF/spring/HDB-conf.xml,
- /WEB-INF/spring/WZB-conf.xml,
- /WEB-INF/spring/HTML-conf.xml,
- /WEB-INF/spring/WZFJB-conf.xml,
- /WEB-INF/spring/ZDB-conf.xml,
- /WEB-INF/spring/ZDXB-conf.xml,
- /WEB-INF/spring/WZPLB-conf.xml,
- /WEB-INF/spring/WZFWB-conf.xml,
- /WEB-INF/spring/ZQB-conf.xml,
- /WEB-INF/spring/POLLOPTION-conf.xml
- /WEB-INF/spring/POLLTITLE-conf.xml,
- </param-value>
- </context-param>
- <context-param>
- <param-name>log4jConfigLocation</param-name>
- <param-value>/WEB-INF/log4j.xml</param-value>
- </context-param>
- <context-param>
- <param-name>log4jRefreshInterval</param-name>
- <param-value>6000</param-value>
- </context-param>
- <listener>
- <listener-class>
- org.springframework.web.util.Log4jConfigListener
- </listener-class>
- </listener>
-
-
-
-
-
- <servlet>
- <servlet-name>loadServlet</servlet-name>
- <servlet-class>com.ccgj.platform.interceptor.LoadServlet</servlet-class>
- <load-on-startup>2</load-on-startup>
- </servlet>
- <servlet>
- <servlet-name>pushlet</servlet-name>
- <servlet-class>nl.justobjects.pushlet.servlet.Pushlet</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
- <servlet-mapping>
- <servlet-name>pushlet</servlet-name>
- <url-pattern>/pushlet.srv</url-pattern>
- </servlet-mapping>
-
-
-
-
-
-
-
- <filter>
- <filter-name>Set Character Encoding</filter-name>
- <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>
- <init-param>
- <param-name>encoding</param-name>
- <param-value>utf8</param-value>
- </init-param>
- </filter>
- <filter-mapping>
- <filter-name>Set Character Encoding</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
- <filter>
- <filter-name>AjaxAnywhere</filter-name>
- <filter-class>org.ajaxanywhere.AAFilter</filter-class>
- </filter>
- <filter-mapping>
- <filter-name>AjaxAnywhere</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
- <filter>
- <filter-name>ueditorFilter</filter-name>
- <filter-class>
- com.ccgj.platform.interceptor.UeditorFilter
- </filter-class>
- </filter>
- <filter-mapping>
- <filter-name>ueditorFilter</filter-name>
- <url-pattern>*.jsp</url-pattern>
- </filter-mapping>
-
- <filter>
- <filter-name>struts2</filter-name>
- <filter-class>com.ccgj.platform.interceptor.StrutsPrepareAndExecuteFilter</filter-class>
- <init-param>
- <param-name>config</param-name>
- <param-value>
- struts-default.xml,
- struts-plugin.xml,
- ../struts/struts.xml,
- ../struts/index.xml
- <!-- ../struts/admin.xml,-->
- </param-value>
- </init-param>
- </filter>
-
-
-
-
- <filter-mapping>
- <filter-name>struts2</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
- <listener>
- <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
- </listener>
-
-
- <servlet>
- <servlet-name>context</servlet-name>
- <servlet-class>com.base.common.spring.SpringContextLoaderServlet</servlet-class>
- <load-on-startup>1</load-on-startup>
- </servlet>
- <servlet>
- <servlet-name>imageServlet</servlet-name>
- <servlet-class>com.base.common.servlet.TextIntoImageServlet</servlet-class>
- </servlet>
- <servlet>
- <servlet-name>InitListener</servlet-name>
- <servlet-class>com.ccgj.platform.util.InitListener</servlet-class>
- <load-on-startup>5</load-on-startup>
- </servlet>
- <servlet-mapping>
- <servlet-name>imageServlet</servlet-name>
- <url-pattern>/imageServlet</url-pattern>
- </servlet-mapping>
- <servlet>
- <servlet-name>createBarCode</servlet-name>
- <servlet-class>com.soft4j.barcode.BarCodeServlet</servlet-class>
- </servlet>
- <servlet-mapping>
- <servlet-name>createBarCode</servlet-name>
- <url-pattern>/createBarCode</url-pattern>
- </servlet-mapping>
- <jsp-config>
- <taglib>
- <taglib-uri>/tags/ajaxanywhere.tld</taglib-uri>
- <taglib-location>/WEB-INF/tld/ajaxanywhere.tld</taglib-location>
- </taglib>
- </jsp-config>
- <session-config>
- <session-timeout>30</session-timeout>
- </session-config>
- <welcome-file-list>
- <welcome-file>/main/index.jsp</welcome-file>
- <welcome-file>login.jsp</welcome-file>
- </welcome-file-list>
- <default-action-ref name="error" />
- <action name="error">
- <result>/error.jsp</result>
- </action>
- <error-page>
- <error-code>404</error-code>
- <location>/error.jsp?ecode=404</location>
- </error-page>
- <error-page>
- <error-code>500</error-code>
- <location>/error.jsp?ecode=500</location>
- </error-page>
- <error-page>
- <error-code>505</error-code>
- <location>/error.jsp?ecode=505</location>
- </error-page>
- <listener>
- <listener-class>
- com.ccgj.platform.timer.NFDFlightDataTaskListener
- </listener-class>
- </listener>
-
-
- </web-app>
|