Suppose I start Resin with a command line option (i.e. --log-directory) to specify my custom log directory, and now some xml files want to reference this alternate log directory.
My question is: is there a predefined EL variable (${sth}) for this? Just as ${__DIR__} means current directory.
Thank you so much in advance!