You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2005/08/12 10:24:17 UTC

svn commit: r232235 - /webservices/axis/trunk/java/xdocs/mtom-guide.html

Author: thilina
Date: Fri Aug 12 01:24:10 2005
New Revision: 232235

URL: http://svn.apache.org/viewcvs?rev=232235&view=rev
Log: (empty)

Modified:
    webservices/axis/trunk/java/xdocs/mtom-guide.html

Modified: webservices/axis/trunk/java/xdocs/mtom-guide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/mtom-guide.html?rev=232235&r1=232234&r2=232235&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/mtom-guide.html (original)
+++ webservices/axis/trunk/java/xdocs/mtom-guide.html Fri Aug 12 01:24:10 2005
@@ -247,6 +247,7 @@
 caching streams the incoming MIME parts directly in to files, after reading the MIME part headers.</p>
 <P>Also a user can specify a size threshold for the File caching.When this threshold value is specified, only the attachments whose size is bigget than the threshold value will get 
 cached in files. Smaller attachmments will remain in Memory. </p>
+<p>NOTE : It is a must to specify a directory to temporary store the attachments. Also care should be taken to *clean that directory* time to time.</p>
 <p>The following parameters needs to be set in Axis2.xml in order to enable file caching.</p><source><pre>
 <em>&lt;axisconfig name="AxisJava2.0"&gt;
     &lt;!-- ================================================= --&gt;