You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tom Schuring <To...@BaycorpAdvantage.com> on 2002/11/07 00:06:41 UTC

hello,
 
to access the :
 
    <context-param>
        <param-name>configFileLocation</param-name>
        <param-value>C:\myapp\config\config.xml</param-value>
    </context-param>
 
section in the web.xml file in a servlet i use:
 
application.getInitParameter("configFileLocation")
 
to get the parameter value "C:\myapp\config\config.xml"
 
is there a similar way to access the <context-param/> section from within a axis service ?
 
best regards,
tom