users@glassfish.java.net

Re: Loading .so libraries at glassfish startup

From: Pankaj Jairath <Pankaj.Jairath_at_Sun.COM>
Date: Fri, 07 Dec 2007 15:32:25 +0530

You would need to put them under config referred to by your cluster -
<glassfish-home>/domains/domain/config/<your-cluster-config-name>/lib

regards
Pankaj
Saloustros Georgios wrote:
> Thanks for the answer it's pretty clear.
> If I put the .so libraries in the
> /<GLASSFISH_HOME>/domains/domain1/default-config/lib/ they will be
> available for cluster wide use?
>
> 2007/12/5, Kedar Mhaswade <Kedar.Mhaswade_at_sun.com
> <mailto:Kedar.Mhaswade_at_sun.com>>:
>
> 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
> <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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> <mailto:users-unsubscribe_at_glassfish.dev.java.net>
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
> <mailto:users-help_at_glassfish.dev.java.net>
>
>