From: Tyron E. <ty...@us...> - 2004-03-23 15:43:29
|
Update of /cvsroot/junk/junk/WEB-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18227 Modified Files: junk-config.xml Log Message: nerfigen Proest Bug ausgebügelt Index: junk-config.xml =================================================================== RCS file: /cvsroot/junk/junk/WEB-INF/junk-config.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** junk-config.xml 23 Mar 2004 15:15:04 -0000 1.1 --- junk-config.xml 23 Mar 2004 15:32:59 -0000 1.2 *************** *** 1,12 **** <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"> <struts-config> - <plug-in className="junk.plugin.scanner.ScannerPlugin"> - <set-property property="scan-interval" value="300000" /><!--5 minutes --> - <set-property property="thread-sleep" value="10000" /><!--10 seconds--> - <set-property property="ip-range" value="10.0.80.0/24" /><!-- a.b.c.d/s,e.f.g.h/t --> - <set-property property="tcp-timeout" value="100" /><!-- 100 ms --> - <set-property property="map-save-file" value="data/hostmap" /><!-- relative to context root, directory has to exist! --> - </plug-in> - <data-sources> <data-source> --- 1,4 ---- *************** *** 21,23 **** --- 13,22 ---- </data-source> </data-sources> + <plug-in className="junk.plugin.scanner.ScannerPlugin"> + <set-property property="scan-interval" value="300000" /><!--5 minutes --> + <set-property property="thread-sleep" value="10000" /><!--10 seconds--> + <set-property property="ip-range" value="10.0.80.0/24" /><!-- a.b.c.d/s,e.f.g.h/t --> + <set-property property="tcp-timeout" value="100" /><!-- 100 ms --> + <set-property property="map-save-file" value="data/hostmap" /><!-- relative to context root, directory has to exist! --> + </plug-in> </struts-config> \ No newline at end of file |