Re: Problem after tomcat upgrade

2025-06-17 Thread Stephen Booth
On 17/06/2025 17:29, Mark Thomas wrote: In short, you'll probably need to increase maxPartCount Thanks, thats fixed it.                             Stephen == |epcc| Dr Stephen P Booth Principal Architect

Problem after tomcat upgrade

2025-06-17 Thread Stephen Booth
I just updated my production servers from 9.0.104 to 9.0.106 and this broke my registration form with the following exception. Stack Trace: org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException: attachment at org.apache.tomcat.util.http.fileupload.FileUploadBase

Re: Does Tomcat support clustering for automatic fail over?

2015-11-05 Thread Stephen Booth
On 04/11/2015 00:56, javier_esp...@hna.honda.com wrote: > I would like to setup a couple of servers for automatic fail-over. In case > one fails the other can take over. Does Tomcat support that kind of setup? > If so, can you direct me to where I can find some documentation about it? As other

Re: Making fail-over work with PermGen errors

2015-11-05 Thread Stephen Booth
On 04/11/2015 19:59, Christopher Schultz wrote: > Memory-related errors are always problematic. > > Do you have any instrumentation/monitoring to check the liveness of your > Tomcat nodes? Can it detect the OOME condition? If so, you should be > able to notify the load-balancer that something ha

Making fail-over work with PermGen errors

2015-11-03 Thread Stephen Booth
Does anyone have any advice about how to make fail-over work more cleanly with PermGen errors (other than the obvious one of not letting PermGen errors occur) I'm using apache ModProxy to connect to tomcat over ajp with additional hot-spare servers confgured for fail-over but if I mess up and let