You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Paulsen, Jay" <ja...@uiowa.edu> on 2002/07/03 23:34:08 UTC

Configuration Properties

Is it possible to use properties in the tomcat server.xml config file like
you can with ANT?  By that I mean code things like ${PROP} in server.xml and
provide a value for PROP either by specifying as a command line parameter (
-DPROP=value  ) or specifying a properties file (ala build.properties for
ANT) with the values in it?

I'd like to be able to have one server.xml file for multiple instances of
tomcat (test, production ...) and extract out the differences with property
values.

I searched the archives and didn't run across anything.  

Thanks in advance
-Jay

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>