Now crawling in desktop mode should work. It is much more efficient
[utils] / crawler / kissweb / src / org.wamblee.crawler.kiss.xml
index 325ef251fc0e71f9586c7836511dc58cefa557d6..022b4aa0a92ceb82aff67b9fad38a80118940d9a 100644 (file)
@@ -12,8 +12,8 @@
   <!-- The object which executes the crawler --> 
   <bean id="org.wamblee.crawler.kiss.scheduling.CrawlerExecutor"
       class="org.wamblee.crawler.kiss.scheduling.CrawlerExecutorImpl">
-      <constructor-arg><value>/home/erik/crawler/config.xml</value></constructor-arg>
-      <constructor-arg><value>/home/erik/crawler/programs.xml</value></constructor-arg>
+      <constructor-arg><value>${org.wamblee.crawler.config.epg}</value></constructor-arg>
+      <constructor-arg><value>${org.wamblee.crawler.config.programs}</value></constructor-arg>
       <constructor-arg><ref bean="org.wamblee.crawler.kiss.notification.Notifier"/></constructor-arg>
   </bean>
   
@@ -24,8 +24,8 @@
       <constructor-arg><ref local="org.wamblee.crawler.kiss.scheduling.CrawlerExecutor"/></constructor-arg>
       <!-- The interval of the day in hours [hourmin, hourmax] over which crawling will be done and 
            retried if necessary --> 
-      <constructor-arg><value type="int">5</value></constructor-arg>  
+      <constructor-arg><value type="int">19</value></constructor-arg>  
       <constructor-arg><value type="int">24</value></constructor-arg>  
   </bean>
   
-</beans> 
\ No newline at end of file
+</beans>