Notice how I said servlet lifecycle events, not the JAX-RPC lifecycle.... ----- Original Message ----- From: "Vidyanand Murunikkara" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 11:31 AM Subject: RE: Service initialization
Hi scott I am not sure I understand your concerns correctly. But from waht i gather I think the ideal way to do this is to make your service implement javax.xml.rpc.server.ServiceLifeCycle and then implement the init( Object) method to get your connections initialized. But I am not sure this feature has been implemented in Axis 1.0 . I did this in axis-beta2 ( I think ) and painfully found out that it was not implemented. Vidyanand. -----Original Message----- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Friday, November 08, 2002 9:23 AM To: [EMAIL PROTECTED] Subject: Re: Service initialization ----- Original Message ----- From: "Scott Melby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 4:21 AM Subject: Service initialization I would like (if possible) to have my > service startup when tomcat/axis is started. However, I have not been able > to find any service parameter that allows me to do this. Any help is > greatly appreciated. BTW: I am running axis 1.0. You can add an extra servlet/listener to the webapp and have it start caching connections. To add auto-service load to axis would mean yuo'd have to make changes to axis -steve
