Sylvain Wallez schrieb:
David Legg wrote:
I've got some singleton Java classes that I'd rather configure and
init at Cocoon init time instead of the first time a page is
requested. Where's the best place to do this?
I've looked at the xconf file but I'm not sure if this is what I need.
Yes, this is the right place. Make sure your class implements the
Avalon ThreadSafe interface and declare it in cocoon.xconf
Sylvain
Another solution I use is to inherit the Cocoon servlet and override the
standard servlet init method.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]