Changes between Version 5 and Version 6 of Ticket #223, comment 1
- Timestamp:
- 01/29/2014 10:20:44 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #223, comment 1
v5 v6 10 10 11 11 【论坛监控插件的配置】 12 首先配置项目的web.xml文件,值得注意的是JwebapListener监听器需要配置在其他监听之前,否则无法启动。 12 13 13 14 {{{ … … 24 25 <init-param> 25 26 <param-name>excludeUrls</param-name> 26 <param-value>/ detect;/detect/*;*.js;*.jpg;*.htm;*.html;*.gif;*.png;*.css;*.swf;*.ico</param-value>27 <param-value>/[MD5密码]/detect;/[MD5密码]/detect/*;*.js;*.jpg;*.htm;*.html;*.gif;*.png;*.css;*.swf;*.ico</param-value> 27 28 </init-param> 28 29 </filter> … … 37 38 <servlet-mapping> 38 39 <servlet-name>detect</servlet-name> 39 <url-pattern>/ detect/*</url-pattern>40 <url-pattern>/[MD5密码]/detect/*</url-pattern> 40 41 </servlet-mapping> 41 42 }}} 43 其次是配置pcwebmonitor.xml中的相应参数,如下:
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)