Re: AW: Path from the webapp

2006-05-21 Thread Dies Koper
Hello Ralph, Yes, ServiceLifecycle, not ServletLifecycle, sorry. Follow the example in the URL: 1. your impl class implements javax.xml.rpc.server.ServiceLifecycle 2. implement init(Object ctx) and destroy() 3. cast ctx to ServletEndpointContext It works for me in Axis 1.2.1 and Axis 1.3. Search

AW: Path from the webapp

2006-05-21 Thread ebaykunde
inal > message without making a copy. Thank you. > > - Original Message - > From: <[EMAIL PROTECTED]> > To: ; "'Martin Gainty'" <[EMAIL PROTECTED]> > Sent: Sunday, May 21, 2006 10:19 AM > Subject: AW: Path from the webapp > > > Sorry, I don&#x

AW: Path from the webapp

2006-05-21 Thread ebaykunde
ssed. If you have received this email message in error, please > notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > - Original Message - > From: <[EMAIL PROTECTED]> > To: > Sent: Sunday,

AW: Path from the webapp

2006-05-21 Thread ebaykunde
Hi, first thanks for your help but I have still problems with this. First I think you meant the javax.xml.rpc.server.ServiceLifecycle and not the ServletLifecycle interface? I tried now code like this http://forum.java.sun.com/thread.jspa?forumID=331&threadID=621841. The big problem is, that th