Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2015-05-14 Thread Purvis Robert (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
If you have a file upload that works in Tomcat, but not through Apache and mod-jk going to Tomcat, then it could be a problem with the maximum allowed post size in Apache. Check in the httpd.conf configuration file for Apache, and see what value you have for LimitRequestBody. Se the value to 0

Does the securePort for Cluster/Channel/Receiver work yet?

2015-01-07 Thread Purvis Robert (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
oes-anything-actually-use-secureport ) Has it been implemented yet? I'd like to know if it is possible to have tomcat-to-tomcat traffic encrypted by setting the securePort options on the Receiver object and Interceptor/Member objects. Another way of getting secure traffic, of course, i

Tomcat 7.0.50 - Starting tomcat get this error "overrides final method start."

2014-02-20 Thread Patel Sufyan (HEALTH AND SOCIAL CARE INFORMATION CENTRE)
Hi, I am using Apache Tomcat realm to perform the user authentication and have added the following to the server.xml However, since upgrading to Tomcat 7.0.50 from 6.0.39, when starting Tomcat service (through Eclipse), I get the error below. From trawling through the net I could not find

Need help deploying web-service to EC2 with Tomcat7

2011-06-14 Thread Lisa and Terence Davis
Hi Everyone, I have a web-service that I've developed using Tomcat7/MySQL5 using NetBeans 7. In the IDE it all works fine. For testing however, I need to get it onto an EC2 instance so users other than me can access it. I have created an EC2 micro-instance, installed Tomcat 7 and MySQL 5

tomcat 5.5.29 how to change tcpv6 on tcpv4

2010-09-07 Thread and)
hello all i have added in catalina.bat Djava.net.preferIPv4Stack parameter set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties" -Djava.net.preferIPv4Stack=true bun my tomcat still lis