You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Patel, Ronak (US SSA)" <ro...@baesystems.com> on 2006/07/27 20:56:29 UTC

RE: [Axis] Load Web Service on Startup

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

ronak.patel@baesystems.com

 


Re: [Axis] Load Web Service on Startup

Posted by Deepal Jayasinghe <de...@opensource.lk>.
yes if you deploy the service in application scope , o.w when it get the
first request.

Davanum Srinivas wrote:

> Deepal,
>
> The question is: Do we call init(ServiceContext) when tomcat starts up
> OR when we get the first request for that service.
>
> People want to do the latter, to avoid taking a hit (slow-ness) on the
> first request.
>
> thanks,
> dims
>
> On 7/28/06, Deepal Jayasinghe <de...@opensource.lk> wrote:
>
>> 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
>> >
>> > ronak.patel@baesystems.com <ma...@baesystems.com>
>> >
>>
>> -- 
>> Thanks,
>> Deepal
>> ................................................................
>> ~Future is Open~
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis] Load Web Service on Startup

Posted by Davanum Srinivas <da...@gmail.com>.
Deepal,

The question is: Do we call init(ServiceContext) when tomcat starts up
OR when we get the first request for that service.

People want to do the latter, to avoid taking a hit (slow-ness) on the
first request.

thanks,
dims

On 7/28/06, Deepal Jayasinghe <de...@opensource.lk> wrote:
> 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
> >
> > ronak.patel@baesystems.com <ma...@baesystems.com>
> >
>
> --
> Thanks,
> Deepal
> ................................................................
> ~Future is Open~
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis] Load Web Service on Startup

Posted by Deepal Jayasinghe <de...@opensource.lk>.
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
>
> ronak.patel@baesystems.com <ma...@baesystems.com>
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org