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