Hi This file is just a shortcut for -Dfoo=bar (kind of persistent system properties). All system properties can't be set this way (JUL ones will be set too late to let JUL use them for instance since this file is read when TomEE really starts (here i mean tomee classes, not tomcat ones).
They are commented just because they are here as sample/small doc. Le 24 juil. 2013 06:31, "mauro2java2011" <[email protected]> a écrit : > 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. >
