cziegeler 01/07/17 03:48:04
Modified: webapp Tag: cocoon_20_branch cocoon.xconf
Log:
Fixed cocoon.xconf
Revision Changes Path
No revision
No revision
1.7.2.14 +4 -3 xml-cocoon2/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
retrieving revision 1.7.2.13
retrieving revision 1.7.2.14
diff -u -r1.7.2.13 -r1.7.2.14
--- cocoon.xconf 2001/07/17 10:41:23 1.7.2.13
+++ cocoon.xconf 2001/07/17 10:48:03 1.7.2.14
@@ -62,6 +62,10 @@
<parameter name="preload" value="true"/>
</program-generator>
+ <jsp-engine>
+ <parameter name="servlet-class" value="org.apache.jasper.servlet.JspServlet"/>
+ </jsp-engine>
+
<programming-languages>
<java-language name="java">
<!-- compiler parameter specifies which class to use to compile Java.
@@ -232,9 +236,6 @@
threadpriority: Indicates the priority of the cleanup thread.
(1 is the lowest priority and 10 is the highest).
filesystem: Turns the filesystem storage for objects on or off.
- writerthreadinterval: Inidicates the interval of the writer thread in millis.
- This background threads writes objects onto the
- filesystem.
-->
<event-cache class="org.apache.cocoon.components.store.MRUMemoryStore">
<parameter name="freememory" value="1000000"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]