Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Setting of attachment directory for axis

843833Mar 2 2006
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2006
Added on Mar 2 2006
0 comments
375 views