users@glassfish.java.net

Re: Access glassfish system properties from a jsp?

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Sat, 29 Sep 2012 15:38:30 -0500

You can call System.getProperty from within the JSP.
You can set the property on the server using "asadmin
create-system-properties"

Tom