sure... it's the same, my code has simply much more overhead... 

javac -g:none  does the rest.

cheers,
peter

-----Ursprungliche Nachricht-----
Von: Mark Galbreath [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 6. Februar 2003 19:30
An: [EMAIL PROTECTED]
Betreff: RE: AW: Axis integrated into existing web application?


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);
>     ...


Reply via email to