This wouldn't give you the benefit of having the service pre-initialized when the container starts. It would still have to initialize on first request.
- Doug -----Original Message----- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 10:23 PM To: [email protected] Subject: Re: [Axis] Load Web Service on Startup In Axis2 adding following method to serviceImpl class you can achieve you goal, so if you serviceimpl class look like ; public class Myservice{ public void init(ServiceContext sc){ // write initialization code here } } Patel, Ronak (US SSA) wrote: > Hello All, > > I am interested in finding out how I can force Apache Axis to load and > run my Web Service (by calling it's init() method) when the Web Server > starts. > > Is there a configuration parameter that I need to set somewhere? > > I am interested in finding this out in both Axis2 and Axis1.x. > > Any help would be greatly appreciated. > > Ronak Patel > > Software Engineer > > BAE Systems CNIR > > 450 Pulaski Road > > Greenlawn, NY 11740 > > (631) 262 - 8230 > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -- Thanks, Deepal ................................................................ ~Future is Open~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
