Hi, everyone

I have a question about attachment temporary files.
When SOAP message wtih attachment is sent, Axis 
generates the attachment files into 
%TOMCAT_HOME%\axis\WEB-INF\attachments directory
according to attachment size.
If the size of attachment exceeds 1024B, its temporary file
is generated.

I'd like to change the limitation of attachment size which
is threshold of generating temporary files. 
To change the limitation, I must modify axis source code?
(ref. AttachmentPart.java, ManagedMemoryDataSource.java)

Or do anyone know the other solution?

Thanks in advance,

------
Yoshi


Reply via email to