"Schuring, Tom" wrote:
>
> hello,
>
> i am trying to figure out how to pass startup-variables to a
> soap-service.
>
> I know with a web application i can add something like
> <context-param>
> <param-name>configFileLocation</param-name>
>
> <param-value>E:\\myapp\\config\\config.xml</param-value></context-param>
>
> to the web.xml file and in the servlet i can access the variable by
> calling application.getInitParameter("configFileLocation") i can then
> use that as a bootstrap to load the rest of my configuration settings.
How does one access ServletConfig.getInitParameter from within
a SOAP service that's implemented as a Java fragment?
-Chris
--
Chris Malley
PixelZoom, Inc. Voice: +1.303.494.8849
835 Orman Drive EMail: [EMAIL PROTECTED]
Boulder CO 80303-2616