users@glassfish.java.net

Re: Loading .so libraries at glassfish startup

From: Kedar Mhaswade <Kedar.Mhaswade_at_Sun.COM>
Date: Wed, 05 Dec 2007 13:37:39 -0800

It is the Life-cycle Listener that you code and deploy to the server.

See the PDF at: http://wiki.glassfish.java.net/Wiki.jsp?page=DeveloperSGuide.

- Kedar

Saloustros Georgios wrote:
> Hi all.
> I want when glassfish starts up to load some .so libraries that I have
> made .
> What should I do in order to achieve that?
> Is there any servlet I should code that does this job at startup?
> Thanx,
> GS