Re: setting/getting Systemp properties

2003-07-19 Thread Davanum Srinivas
You can add it to axis servlet in web.xml and pick it up from your service (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/ServletContext) -- dims --- Richard Emberson <[EMAIL PROTECTED]> wrote: > How do I pass properties into code implementing axis methods > in a jakarta-tomcat/ax

setting/getting Systemp properties

2003-07-19 Thread Richard Emberson
How do I pass properties into code implementing axis methods in a jakarta-tomcat/axis server? Can the server-config.wsdd file be used to pass general properties into the code that implements the server BindingImpl's? If not, is Axis is running under Tomcat, how can one pass in properties to Axis? I