William, Sebastian, and Mark,
On 3/27/25 12:00 PM, Mark Thomas wrote:
On 27/03/2025 14:54, William Crowell wrote:
Sebastian,
Thanks for your reply. I did know about environment variables. I
would be concerned about someone doing a “ps -ef” on the box and
getting the password from the comma
Property File For Substitution Variables
William,
On 27.03.2025 14:39, William Crowell wrote:
Is there a way to add an additional properties file to the startup of Apache
Tomcat, so that server.xml and context.xml can reference the values like we do
with catalina.properties?
For instance
, 2025 at 9:53 AM
To: users@tomcat.apache.org
Subject: Re: Additional Property File For Substitution Variables
William,
On 27.03.2025 14:39, William Crowell wrote:
> Is there a way to add an additional properties file to the startup of Apache
> Tomcat, so that server.xml and context.x
William,
On 27.03.2025 14:39, William Crowell wrote:
Is there a way to add an additional properties file to the startup of Apache
Tomcat, so that server.xml and context.xml can reference the values like we do
with catalina.properties?
For instance:
application.properties:
my.user=foo
my.pa
Is there a way to add an additional properties file to the startup of Apache
Tomcat, so that server.xml and context.xml can reference the values like we do
with catalina.properties?
For instance:
application.properties:
my.user=foo
my.password=bar
context.xml:
…