users@glassfish.java.net

Re: Reading values from domain.xml

From: <glassfish_at_javadesktop.org>
Date: Tue, 17 Jul 2007 13:46:31 PDT

I didn't find a way to find generic properties, but in the <config> section you can specify

<system-property name="xxx" value="yyy"/>

and then do

String prop=System.getProperty("xxx");


From memory these are editable from the admin web pages, but you'll have to search as i've forgotten where,
[Message sent by forum member 'jsl123' (jsl123)]

http://forums.java.net/jive/thread.jspa?messageID=227017