The class AxisServletBase in Axis 1.0, does the following during initialization:
String attdir= servlet.getInitParameter(AxisEngine.ENV_ATTACHMENT_DIR); if (attdir != null) environment.put(AxisEngine.ENV_ATTACHMENT_DIR, attdir); I have not tested it, but I guess you can specify your attachment directory editing the axis servlet entry in your web.xml ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2003 11:42 AM Subject: RE: Axis attachment file created in the Temp directory > I have one question about this topic. Is there any way I can change the > file where Axis will write the attachment. I mean, I don't want Axis to > write in /tmp (I'm using linux) but in a user's home directory (let's say > /home/javi/tmp). > Thanks all, > Javi > > > >