cziegeler 01/07/17 03:47:37
Modified: webapp cocoon.xconf
Log:
Fixed cocoon.xconf
Revision Changes Path
1.21 +4 -3 xml-cocoon2/webapp/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- cocoon.xconf 2001/07/17 10:41:56 1.20
+++ cocoon.xconf 2001/07/17 10:47:36 1.21
@@ -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.
@@ -235,9 +239,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]