RE: Tomcat 8.5.68 failing on takeoff!

2021-08-02 Thread jonmcalexander
I'm no expert, especially on AS400's, but make sure that your Java 8 is good. Saw someone on CentOS having a similar issue and it was a bad Java. Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President Middleware Product Engineering Enterprise CIO |

Xms Xmx in JAVA_OPT vs CATALINA_OPTS

2021-08-02 Thread Onno van der Straaten
Hi, I was looking at a Tomcat deployment and noticed settings in setenv.sh as shown below. I noticed that Xms and Xmx is in JAVA_OPTS and CATALINA_OPTS with the exact same settings. Do these settings make sense? What is the purpose of repeating those settings? I understand that JAVA_OPTS is

Tomcat 8.5.68 failing on takeoff!

2021-08-02 Thread James H. H. Lampert
This is beyond my pay grade, I'm afraid. Hopefully somebody here has a clue what went wrong. I installed Tomcat 8.5.68 on an AS/400 with Java 8, that had been running Tomcat 7 for years with no problems. On launching Tomcat 8, if I try to connect to "manager" (the only context currently in

RE: compression?

2021-08-02 Thread Berneburg, Cris J. - US
Thanks Mark :-) crisb> Is it possible to connect IIS to TC using HTTP instead of AJP? crisb> Several "Tomcat IIS How-To" articles all mention using AJP crisb> (not HTTP) using an ISAPI redirector. markt> In theory, yes. You'd need to find an HTTP reverse proxy component for IIS. markt> This