DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16943>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16943 attachments.Directory parameter in server-config.wsdd is absolute Summary: attachments.Directory parameter in server-config.wsdd is absolute Product: Axis Version: 1.1RC1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Deployment / Registries AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the process of creating a server-config.wsdd file, the org.apache.axis.utils.Admin class sets up the attachments.Directory parameter. Here is an example fragment: <parameter name="attachments.Directory" value="C:\jboss-3.0.4 \server\default\deploy\portal.ear\portal.war\WEB-INF\attachments"/> The problem with this is that we can no longer embed the server-config.wsdd file inside our WAR file. Would it be possible to dynamically build this value at runtime unless the WSDD file contained at setting?
