On June 19, 2020 10:49:54 PM UTC, "James H. H. Lampert" <jam...@touchtonecorp.com> wrote: >On 6/19/20 3:20 PM, Mark Thomas wrote: >> https://bz.apache.org/bugzilla/show_bug.cgi?id=64501 > >Hmm. I'm now looking through the entire catalina.sh script in both >versions. (First, I looked through the startup.sh script; that appears >to be identical in both versions.) > >First thing I noticed was that a few new environment variables were >listed in the documentation section at the top. > >Second thing I noticed was the section beginning >> # Ensure that neither CATALINA_HOME nor CATALINA_BASE contains a >colon > >Third thing I noticed was in the secetion marked "Bugzilla 37848 . . ." >old: >> if [ "`tty`" != "not a tty" ]; then > >new: >> if [ -t 0 ]; then > >Fourth thing I noticed was the section marked >> # Check for the deprecated LOGGING_CONFIG > >This looks an awful lot like what's in the Bugzilla page. And I see >that >it is "Fixed in . . . 7.0.105 onwards." > >But the download page for 7 is still at 7.0.104.
7.0.105 hasn't been released yet. You can use catalina.sh from 7.0 103 or the latest version from source control. Either should be fine. Mark > >-- >JHHL > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org