Re: Working JKS file for SSL from Tomcat8 doesn't work with Tomcat9

2018-08-09 Thread Arnold Morein
Ugh, right after I sent this, the next search turned up what I needed, the XML had changed.             On Aug 08, 2018, at 02:22 PM, Arnold Morein wrote: I have a company-issued, signed SSL cert installed in my Tomcat 8 system and all is well. I downloaded and set up

Working JKS file for SSL from Tomcat8 doesn't work with Tomcat9

2018-08-08 Thread Arnold Morein
I have a company-issued, signed SSL cert installed in my Tomcat 8 system and all is well. I downloaded and set up Tomcat 9.0.10 and simply copied the same JKS file over to match my TC8 config. [code]          [code] [code] SEVERE: Failed to initialize component [Connector[HTTP/1.1-84

Re: Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-25 Thread Arnold Morein
Not sure how configure that, its just an Ant task:                            Do you have an example for that? On May 25, 2018, at 09:13 AM, Johan Compagner wrote: On Thu, 24 May 2018 at 22:01, Arnold Morein wrote: There are no errors in catalina.out when this occurs. Yes, via

Re: Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-24 Thread Arnold Morein
nager application? Hope it helps, Luis 2018-05-24 17:51 GMT+02:00 Arnold Morein : Have been working on a WAR project that is pretty big (104MB) against Tomcat 8. The Ant command: Was working fine. After upgrading to the last JDK 8 (1.8.0_172) and Tomcat 9.0.8 this command resul

Tomcat/9.0.8 - Can't deploy war of 104MB

2018-05-24 Thread Arnold Morein
Have been working on a WAR project that is pretty big (104MB) against Tomcat 8. The Ant command: Was working fine. After upgrading to the last JDK 8 (1.8.0_172) and Tomcat 9.0.8 this command results in: build.xml:832: java.io.IOException: Error writing request body to server I've goog