Re: Additional Property File For Substitution Variables

2025-03-28 Thread Christopher Schultz
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

Re: Additional Property File For Substitution Variables

2025-03-27 Thread Mark Thomas
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

Re: Additional Property File For Substitution Variables

2025-03-27 Thread William Crowell
, 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

Re: Additional Property File For Substitution Variables

2025-03-27 Thread Sebastian Trost
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

Additional Property File For Substitution Variables

2025-03-27 Thread William Crowell
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: …