RE: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread jonmcalexander
Yeah, we love our symbolic links here, Ix and Windows. Thanks, Sent with BlackBerry Work (www.blackberry.com) From: Michael B Allen Sent: Nov 17, 2021 9:17 PM To: Tomcat Users List Subject: Re: How to *properly* create and use a CATALINA_BASE installation On Wed, Nov 17, 2021 at 9:05 PM Mar

Re: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread Michael B Allen
On Wed, Nov 17, 2021 at 9:05 PM Mark Eggers wrote: > CATALINA_HOME and CATALINA_BASE are links to an appropriate Tomcat > installation, and one configured for that particular service. > > Then to upgrade to a new Tomcat, you do the following: > > 1. Unpack the new reference version of Tomcat somew

RE: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread jonmcalexander
Sorry about my bad reply order. Mark, you do a lot of what I do, but most of our stuff isn't using initd. I like your use of links, best way to handle upgrades, imo.­ Thanks, Sent with BlackBerry Work (www.blackberry.com) From: Mark Eggers Sent: Nov 17, 2021

Re: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread Mark Eggers
On 11/17/2021 5:28 PM, jonmcalexan...@wellsfargo.com.INVALID wrote: We export it. You have to make sure the setenv.sh is calling setenv.sh. it works fine for me.­ Thanks, Sent with BlackBerry Work (www.blackberry.com) From: Michael B Allen Sent: Nov 17, 2021

RE: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread jonmcalexander
We export it. You have to make sure the setenv.sh is calling setenv.sh. it works fine for me.­ Thanks, Sent with BlackBerry Work (www.blackberry.com) From: Michael B Allen Sent: Nov 17, 2021 6:54 PM To: Tomcat Users List Subject: Re: How to *properly* create

Re: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread Michael B Allen
On Wed, Nov 17, 2021 at 11:04 AM wrote: > I, in my opinion, find it far easier to set my BASE in the setenv.sh for the > instance I'm using. As Chris said, you can have multiple instances (BASEs) on > a server. Jon, If you mean you're setting $CATALINA_BASE in setenv.sh, I don't think that wil

RE: [ANN] Apache Tomcat 8.5.73 available

2021-11-17 Thread jonmcalexander
Please ignore this Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 | Cell 515-988-25

RE: [ANN] Apache Tomcat 8.5.73 available

2021-11-17 Thread jonmcalexander
http://tomcat.apache.org/tomcat-8.5-doc/changelog.html Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-0

[ANN] Apache Tomcat 8.5.73 available

2021-11-17 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.73. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and Java Authentication Service Provider Interface for Containers

RE: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread jonmcalexander
Michael, -Original Message- > From: Christopher Schultz > Sent: Wednesday, November 17, 2021 9:43 AM > To: users@tomcat.apache.org > Subject: Re: How to *properly* create and use a CATALINA_BASE installation > > Michael, > > On 11/16/21 17:05, Michael B Allen wrote: > >> > https://urlde

RE: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread jonmcalexander
Thanks for the info Chris! Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 | Cell 51

Re: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread Christopher Schultz
Michael, On 11/16/21 17:05, Michael B Allen wrote: https://people.apache.org/~schultz/presentations/ApacheCon%20NA%202020/Splitting%20Your%20Tomcat%20Installation.pdf Thanks. That's what I'm looking for. Slightly related: Instead of setting environment variables in your profile and running $C

Re: How to *properly* create and use a CATALINA_BASE installation

2021-11-17 Thread Christopher Schultz
Jon, On 11/16/21 12:55, jonmcalexan...@wellsfargo.com.INVALID wrote: I meant the other configuration files. I guess I haven't dug deep enough, but DOES Tomcat handle the catalina.properties, catalina.policy, logging.properties, etc. files hierarchically similar to how Microsoft handles web.co