Don't you mean AxisServlet as = new AxisServlet(); as,init( this.getServletConfig().getServletContext() ); ?
Mark -----Original Message----- From: Zhaohua Meng [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 1:22 PM Peter, Thank you for your info. Does this mean I cannot use the Axis command line tool once it is integrated into existing web app? Why? Thanks, Zhaohua Peter Koch wrote: > we've done it. > > in my own servlet, I create an instance > of an AxisServlet: > > ... > AxisServlet axisServlet = new AxisServlet(); > ServletConfig sC = getServletConfig(); > ServletContext sCtx = sC.getServletContext(); > axisServlet.init(sC); > ...
