Yes, I've this tag for axis servlet. Still, the init function of handler
is not called at the time of start-up, rather it's being called, when I 
try to use the axis servlet by opening the url -

http://localhost:8080/services/servicename

thanks,
Naresh

-----Original Message-----
From: Sanjay Krishnamurthi [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 6:45 AM
To: [EMAIL PROTECTED]
Subject: Re: handler's init function not called at time of Tomcat
startup


Naresh,

 Have you changed the servlet configuration so that it
is loaded during tomcat startup. 

  In the web.xml for axis, do you have a
<load-on-startup>1</load-on-startup> tag for
axisServlet?

   Sanjay


--- "Agarwal, Naresh" <[EMAIL PROTECTED]>
wrote:
> Hi
>  
> I'm using a handler in Web Service written using
> Axis for session maintenance.
>  
> Inside the init function of this handler, i'm
> loading some classes as I want to load these classes
> at the time of start up of Tomcat.. 
>  
> After deploying the service, when I start Tomcat, 
> init function of this handler is _NOT_ called
> rather this is called when I try to invoke Axis
> Servlet by opening the url  
> http://localhost:8080/services/servicename
> in browser.
>  
> Should not the init function be called at start-up
> of Tomcat?
>  
> thanks,
> Naresh
> 


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

Reply via email to