i have read the file tomee-home/conf/system.properties.
i have noted that many pairs key value into this file.
but all are commented with # .
if i add a pair how below:
my.name =mauro
or i decomment any row of this file , next i can get the value of the key
with ${my.name} into jsp page or any file of configuration as resources.xml
or web.xml or persistence.xml with ${my.name} ????
or into conf/system.priperties i have to write
catalina_opts = -Dmy.name="mauro" ????
--
View this message in context:
http://openejb.979440.n4.nabble.com/file-tomee-home-conf-system-properties-tp4664321.html
Sent from the OpenEJB User mailing list archive at Nabble.com.