Hi,
Are there any property files or any built-in key/value system that is readableby the layouts (*.xsl files) without any server restart operation?
Currently we define a new property in livesite_customer.jar's *.properties files, then we read them by Java and pass them to the page scope which lets layouts access those variables.
Unfortunately this approach requires full server restart, any solutions to this?
Thanks