Title: RE: trying to access ServletContext within axis webservice
Thanks a million Keith, that works for me.
-Original Message-
From: Keith Hatton [mailto:[EMAIL PROTECTED]]
Sent: 20 January 2005 09:17
To: [EMAIL PROTECTED]
Subject: RE: trying to access ServletContext within axis
Title: trying to access ServletContext within axis webservice
>> File destination =
new File(context.getInitParameter("TREND_JDBC_FAULT"));
If you
are getting parameters from the ServletContext, they need to be defined as
s in web.xml, which precede any
elements.
To
Title: trying to access ServletContext within axis webservice
Hi,
I am trying to access values from within my axis webservice like so ..
...
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServlet;
import org.apache.axis.transport.http.HTTPConstants;
import