I'm trying to establish global params on startup of tomcat. I have setup
the following in tomcat.sh:
$JAVACMD $TOMCAT_OPTS -Dtomcat.home=${TOMCAT_HOME}
-Dcom.argussoft.util.sysPropertiesDriver=com.argussoft.util.SysPropertiesDri
verSimpleFile
-Dcom.argussoft.util.SysPropertiesDriverSimpleFile.fileName=${TOMCAT_HOME}/S
ystem.properties org.apache.tomcat.startup.Tomcat "$@" &
I'm using the -D directive to add parameters to the jvm however these named
value pairs are not actually being established in the runtime environment.
Does anyone have any suggestion that might enable me to initialize
additional parameters globally so that all servets will have access to these
parameters?
Thanks,
Greg