Setting of attachment directory for axis
Hi,
I'm working on web services using axis 1.2.1. In the application that we are developing we are sending attachments. Axis has got a parameter in server-config.wsdd for setting the attachment directory. But the problem is it is only taking the absolute path. I want to give a relative path relative to the context of my web application. If we do not specify the parameter in wsdd file it still creates attachments directory in the WEB-INF folder.
My question is that is it possible to give a relative path as value for the parameter attachments.directory in the serverconfig.wsdd. If not possible atleast avoid the axis of creating directory on its own so that we can control the attachment directory creation from our application.
Any help in this regard would be of great help
Thanks