Probably the cleanest way to do that is to subclass org.apache.struts.action.ActionServlet and then, after invoking super.init(config), you can initialize your own services.
-- Jim Gary Bartlett <[EMAIL PROTECTED]> writes: > Question - > > Can I configure Struts to make a call to my > application services at Servlet init() time ? > > I browsed around the docs and the mail archive - but > didn't see if this was available. > > Thanks, > > Gary Bartlett > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - your guide to health and wellness > http://health.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Jim Crossley http://www.lads.com/~jim -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

