https://bz.apache.org/bugzilla/show_bug.cgi?id=59604

--- Comment #4 from Dave <da...@aesclever.com> ---
Both versions (8.0.33 and 7.0.67) were deployed as-is without any changes,
using the same JAVA_HOME.  7.0.67 runs OK without any problem.

Note: 
z/OS shell is EBCDIC-based but it can support ASCII shell scripts (e.g.,
Tomcat's startup.sh, etc.).  Below is my "init" script to set up the automatic
conversion. 

#!/bin/sh                                           
export CATALINA_HOME=/u/aes/apache-tomcat-8.0.33    
export JAVA_HOME=/usr/lpp/java/J8.0_64              
export _BPXK_AUTOCVT=ON                             
chtag -t -c ISO8859-1 $CATALINA_HOME/bin/*.sh

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to