Changes between Version 5 and Version 6 of Ticket #223, comment 1


Ignore:
Timestamp:
01/29/2014 10:20:44 AM (12 years ago)
Author:
liubixiao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #223, comment 1

    v5 v6  
    1010 
    1111【论坛监控插件的配置】 
     12首先配置项目的web.xml文件,值得注意的是JwebapListener监听器需要配置在其他监听之前,否则无法启动。 
    1213 
    1314{{{ 
     
    2425                <init-param> 
    2526                        <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> 
    2728                </init-param> 
    2829        </filter> 
     
    3738        <servlet-mapping> 
    3839                <servlet-name>detect</servlet-name> 
    39                 <url-pattern>/detect/*</url-pattern> 
     40                <url-pattern>/[MD5密码]/detect/*</url-pattern> 
    4041        </servlet-mapping> 
    4142}}} 
     43其次是配置pcwebmonitor.xml中的相应参数,如下: