Hoying, Ken wrote:

Is there another way to set this property besides on the command line?  I tried 
to set the property using the server-config.wsdd with the globalConfiguration 
setting:

        <parameter name="axis.xml.reuseParsers" value="true"/>
Indeed, this doesn't work. Axis first needs to create a parser to read the XML that contains this setting, which triggers the default setting. So you have to set this setting before you ever attempt to use any part of Axis that requires an XML parser.

However, when this does not appear to be working.  I get:

        AxisProperties.getProperty(AxisEngine.PROP_XML_REUSE_SAX_PARSERS) = null

I also get null for any of the other parameters that I am setting in this 
section.

Am I missing something?  How can I verify the setting is being used?

Thanks,
Ken


Reply via email to