dev@glassfish.java.net

Re: Running glassfish with upstart

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Tue, 14 Feb 2012 09:39:53 +0530

On Monday 13 February 2012 08:42 PM, John Lister wrote:
> Apologies for some reason the machine I was testing on had the jar
> files installed in domains/domain1/lib/ext and not
> domains/domain1/lib. Although i'd expect that to work as well?
For jars from domain/lib/ext to be picked up, you have to set
-Djava.ext.dirs=domain/lib/ext because that's handled by JRE. jars from
domain/lib/ are handled by GlassFish and will work as usual.

Sahoo