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

2018-05-26 Thread Johan Compagner
Op za 26 mei 2018 01:53 schreef Christopher Schultz < ch...@christopherschultz.net>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Johan, > > On 5/25/18 10:12 AM, Johan Compagner wrote: > > On Thu, 24 May 2018 at 22:01, Arnold Morein > > wrote: > > > >> There are

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

2018-05-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Johan, On 5/25/18 10:12 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 the manager UI I can deploy the WAR, but

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

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

2018-05-25 Thread Johan Compagner
On Thu, 24 May 2018 at 22:01, Arnold Morein wrote: > There are no errors in catalina.out when this occurs. > > Yes, via the manager UI I can deploy the WAR, but that doesn't help me in > our automated scripts. > > It does appear to be on the Ant side of things though. Does

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

2018-05-24 Thread Arnold Morein
There are no errors in catalina.out when this occurs. Yes, via the manager UI I can deploy the WAR, but that doesn't help me in our automated scripts. It does appear to be on the Ant side of things though. Does chunking need to be turned on in Manager (or does that setting enable it)?

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

2018-05-24 Thread Luis Rodríguez Fernández
Hello Arnold, In this type of issues you should get something like this in the catalina.out: ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager] - HTMLManager: FAIL - Deploy Upload Failed, Exception:

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