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 "Schuring, Tom" <To...@baycorpadvantage.com> on 2002/05/13 04:12:45 UTC

initial parameters

Hello,
 
how would i get an initial parameter into my class that implements a
axis-soap service ?
 
In a webapplication i can ask for the 
 
application.getInitParameter("configFileLocation");
 
but within axis the servlet context is sort of hidden from me.
 
Is this suppose to happen with the deployment descriptor with an extra
<parameter name="configFileLocation" value="\myconfig.xml">
if so how do i access this information from within my implementation
class
 
best regards,
tom