Scarab commit: svn commit: r10952 - branches/release/0.22/src/conf/conf/componentConfiguration.xml
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2010-03-09 00:54:12-0800
New Revision: 10952
Modified:
branches/release/0.22/src/conf/conf/componentConfiguration.xml
Log:
ENH - Code layout revised.
ADD - Some comments added.
Modified: branches/release/0.22/src/conf/conf/componentConfiguration.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/conf/conf/componentConfiguration.xml?view=diff&pathrev=10952&r1=10951&r2=10952
==============================================================================
--- branches/release/0.22/src/conf/conf/componentConfiguration.xml (original)
+++ branches/release/0.22/src/conf/conf/componentConfiguration.xml 2010-03-09 00:54:12-0800
@@ -4,10 +4,17 @@
<!-- Torque Component initialized from the Turbine runtime properties -->
<torque />
- <mimetype mimetypes="/WEB-INF/conf/mime.types" />
- <upload repository="WEB-INF" sizeMax="-1"
- sizeThreshold="8192" />
- <parser />
+
+ <mimetype mimetypes="/WEB-INF/conf/mime.types" />
+
+ <!-- Fulcrum Upload Component http://turbine.apache.org/fulcrum/fulcrum-upload/
+ repository: The directory where files will be temporarily stored.
+ sizeMax: The maximum size of a request that will be processed. -1 = Unlimited.
+ sizeThreshold: The maximum size of a request that will have it's elements cached in memory.
+ -->
+ <upload repository="WEB-INF" sizeMax="-1" sizeThreshold="8192" />
+
+ <parser />
<localization>
<bundles>
@@ -15,14 +22,18 @@
<bundle>InitDbScarabBundle</bundle>
</bundles>
</localization>
+
<pool>
<configuration>
<capacity default="128" />
</configuration>
</pool>
+
<factory />
+
<scarabCache />
- <!--
+
+ <!--
# Path for writing index, if starts with a '/', the path is assumed to be
# absolute, otherwise it will be created relative to the webapp root.
-->
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2456888