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 don't really want to add -Dname=value to the Tomcat startup scripts.
Thanks
Richard