You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by The Anenome <br...@ilm.com> on 2001/06/29 23:56:13 UTC

Variable substitution in server.xml file?

Hi, I am trying to figure out if I can do some sort of variable
substitution in the server.xml file.  For example, I want to do
something like this:

<ContextManager home="$MYHOME" debug="0" workDir="work">
...

so that the MYHOME system property (or, if possible, system environment
variable) will get substituted into the file at startup?  Is this
possible?

Thanks,

Bryan