RE: trying to access ServletContext within axis webservice

2005-01-20 Thread John McCosker
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

RE: trying to access ServletContext within axis webservice

2005-01-20 Thread Keith Hatton
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 get a servlet's yo