On Tue, Mar 21, 2023 at 10:57 AM Henry Cole <[email protected]> wrote: > > Just in case its useful to anyone else, I solved this in the end by setting > the proxy through the CATALINA_OPTS environment variable, so it is picked up > by Tomcat. > > From my docker-compose file: > CATALINA_OPTS: "-DproxySet=true -Dhttp.proxyHost=proxy.example.com > -Dhttp.proxyPort=3128 -Dhttps.proxyHost=proxy.example.com > -Dhttps.proxyPort=3128" >
Thank you, Henry, for posting your solution back, here. Glad you were able to figure it out! -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
