----- Original Message -----
From: "Eiji Yoshida" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 04, 2003 19:31
Subject: attachment temporary files


> 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)

afraid so, and it isnt even a constant yet: you have to change it in a
couple of places (one for mime, one for dime).

Yes, this should be a configurable item


Reply via email to