RE: Starting a keel/avalon component/model automatically

"Shash Chatterjee" <[email protected]> Fri, 16 Jul 2004 07:51:18 -0600
Newsgroups gmane.comp.java.keel.user
Message-ID <[email protected]>
Lou/Nate,

>
> starts up on the first model access works.

This is the key.  As it stands now, until at least one model is invoked, the
container isn't started up.  Once the container is started, then *all*
components with startup activation will be invoked.  One way around that would
be to simply write an init servlet, that accesses a harmless model like
"nav.navigate" when the container/webapp starts up.

Shash