10 Replies Latest reply on Aug 14, 2013 10:02 AM by sgfitzs

    Loading system properties early in the boot process

    jprio

      Hi,

      I have to load system properties (thru a call to a SOAP Service) early enough in the boot process so that other subsystems (e.g. jca, jms) can use those properties to replace placeholders in configurations (e.g. : <connection-url>${db.url}</connection-url>). I don't want to pass those properties with -D on command line because the list can be quiet long (and because loading properties from a configuration server is the standard in our company).

      Any hints on how to do that ?

      Thanx.