I can't think of anything in axis2 that could start the service on tomcat startup automatically. Would you could do, though, is have a servlet configured in your web.xml as 'load-on-startup' in the same war as your service, and then in your servlet init(), call the method that inits your timer.
HTH, Robert http://www.braziloutsource.com/ On 7/11/06, Valmir Macário <[EMAIL PROTECTED]> wrote:
Hi all, Axis2 only start service when is made a first call to one operation, but i need to start service as soon as the tomcat start, because a need initialize a Timer(). I´ve trying the methot: void init() throws AxisFault, in my service class but i don´t have success. I apreciate if someone can help-me to get this behaviour in my service. Thanks, Valmir
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
