knguyen 2005/04/27 11:15:00 CEST
Modified files: (Branch: JAHIA-4-1-BRANCH)
metadata/war web.xml
Log:
- move indexation of files in separate scheduled job so that the main
indexation Thread can continue indexing all other fields.
Revision Changes Path
1.41.2.3.2.7 +6 -2 jahia/metadata/war/web.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/metadata/war/web.xml.diff?r1=1.41.2.3.2.6&r2=1.41.2.3.2.7&f=h
Index: web.xml
===================================================================
RCS file: /home/cvs/repository/jahia/metadata/war/Attic/web.xml,v
retrieving revision 1.41.2.3.2.6
retrieving revision 1.41.2.3.2.7
diff -u -r1.41.2.3.2.6 -r1.41.2.3.2.7
--- web.xml 26 Apr 2005 14:30:16 -0000 1.41.2.3.2.6
+++ web.xml 27 Apr 2005 09:15:00 -0000 1.41.2.3.2.7
@@ -67,7 +67,7 @@
be used to generate URLs
-->
<param-name>defaultContextPath</param-name>
- <param-value>/jahia</param-value>
+ <param-value>/jahia41</param-value>
</init-param>
<init-param>
<!-- This parameter defines the default servlet path that will
@@ -132,7 +132,11 @@
</init-param>
<init-param>
<param-name>org.apache.lucene.backgroundIndexing.priority</param-name>
- <param-value>3</param-value> <!-- define the priority of
indexation in background 1 = Thread.MIN_PRIORITY, 5 = Thread.NORM_PRIORITY, 10
= Thread.MAX_PRIORITY -->
+ <param-value>5</param-value> <!-- define the priority of
indexation in background 1 = Thread.MIN_PRIORITY, 5 = Thread.NORM_PRIORITY, 10
= Thread.MAX_PRIORITY -->
+ </init-param>
+ <init-param>
+
<param-name>org.jahia.services.search.scheduledJobInterval</param-name>
+ <param-value>5000</param-value> <!-- define the interval used to
trigger indexation of scheduled document -->
</init-param>