> >Q3. Are the static blocks in the servlet classes
> run
> >after ServletContextListener.contextInitialized.
> 
> Yes, after. 

> >[1] I want to deploy axis services programmatically
> >after application starts. This is done by an
> >AdminClient contacting the server. But the problem
> is
> >that the server is not yet up! Where do you think
> >should I do this deployment?
> 
> Is your admin client running inside tomcat or
> outside?


It is inside tomcat, in a servlet's static block.
Things were fine until I added a Filter to this
servlet, that made this servlet load at startup time
itself. And this made the admin client block - may be
this is a race condition! Any advice?

Rf


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to