How to set parameters using System Properties
Simply offset the System property with ${}
examples:
<param name="File" value="${user.home}\\GHD\\log\\Vulcan.log"/>
OR
log4j.appender.R.File=${log.file}
The first example assumes the system property user.home is set, and the second that log.file is set.