• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to use variable in config.xml?

 
Greenhorn
Posts: 1
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
for monitoring requirement, we need to log the Garbage Collector and the log file should be always with different name

in the past, with WL 6.1, adding in the config.xml the option like
Xloggc:/FS01/logiciel/preprod/ariba/test/Downstream/Server/logs/gc-buyerserver1.$$.log

it worked fine, replacing $$ with the process ID and then the file name was for example gc-buyerserver1.7345.log

at the moment, with WL 10, it doesn't replace the $$ with the process ID, but it creates all the time the file with the same file name gc-buyerserver1.$$.log


so, the question is: how can we use variables in the config.xml, with WL 10?


many thanks
Tommaso
 
I knew I would regret that burrito. But this tiny ad has never caused regrets:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic