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

Tomcat Connectors release

2015-05-14 Thread George Stanchev
Hello, What is the schedule for Connectors release? Is a release scheduled when a critical mass of issues fixed or a major problem is resolved or a regular time-based release? George

[SECURITY] CVE-2014-7810: Apache Tomcat Security Manager Bypass

2015-05-14 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 CVE-2014-7810 Security Manager Bypass Severity: Moderate Vendor: The Apache Software Foundation Versions Affected: - - Apache Tomcat 8.0.0-RC1 to 8.0.15 - - Apache Tomcat 7.0.0 to 7.0.57 - - Apache Tomcat 6.0.0 to 6.0.43 Description: Malicious

[ANN] Apache Tomcat 6.0.44 available

2015-05-14 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.44. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages and Java Expression Language technologies. This release contains a number of bug fixes and improvements compared to

Re: Tomcat upgrade from 7 to latest 8

2015-05-14 Thread Konstantin Kolinko
2015-05-14 14:49 GMT+03:00 Jammy Chen jamm...@gmail.com: Hello All, I am just trying upgrade tomcat 7 to latest GA 8 for my application, I am seeing quite lots of change in web dav functionality. The org.apache.naming.resources.ProxyDirContext do not exists do anybody know where I can find

RE: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-14 Thread Caldarale, Charles R
From: Troy Robinson [mailto:troy.robin...@sasktel.com] Subject: Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service I had installed 32 bit Apache Tomcat 7.0.59 ... and 64-bit Java 7. It's interesting ... that Tomcat starts up

Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-14 Thread Troy Robinson
Thanks Christopher, Yeah ... that might be the issue. I had installed 32 bit Apache Tomcat 7.0.59 ... and 64-bit Java 7. I will plan on installing the 64 bit Apache Tomcat 7.0.59 version now. It's interesting ... that Tomcat starts up fine, using the startup scripts ... and the Application

Re: Tomcat Connectors release

2015-05-14 Thread Rainer Jung
Am 14.05.2015 um 15:58 schrieb George Stanchev: Hello, What is the schedule for Connectors release? Is a release scheduled when a critical mass of issues fixed or a major problem is resolved or a regular time-based release? It is overdue. I'm heading for it during the next 7 days. Regards,

RE: Tomcat 7 JNDI Realm credential password update availability

2015-05-14 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
So you're saying the change via JMX would update in-memory representation of the server.xml conf, and be using the update credentials, but if and when restarted it would use the credentials present in the actual server.xml? -John -Original Message- From: Christopher Schultz

RE: Tomcat 7 JNDI Realm credential password update availability

2015-05-14 Thread Caldarale, Charles R
From: John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) [mailto:jbeau...@cisco.com] Subject: RE: Tomcat 7 JNDI Realm credential password update availability So you're saying the change via JMX would update in-memory representation of the server.xml conf, and be

Re: SPNEGO test configuration with Manager webapp

2015-05-14 Thread Mark Thomas
On 29/03/2015 23:13, André Warnier wrote: David Marsh wrote: I've tested all the following public JDKs jdk-7u45-windows-i586.exe jdk-7u65-windows-i586.exe jdk-7u75-windows-i586.exe jdk-8-windows-i586.exe jdk-8u5-windows-i586.exe jdk-8u11-windows-i586.exe jdk-8u20-windows-i586.exe

AJP config questions

2015-05-14 Thread Jeffrey Janner
(Hopefully, this isn't a duplicate post, but I sent the original a half-hour ago and I haven't seen it come back yet.) Guys, it's been a long time since I did any work with AJP, but it looks like something I'll be implementing soon. I have a couple of basic questions, mostly related to

Re: Tomcat 7 JNDI Realm credential password update availability

2015-05-14 Thread PÉNET LUDOVIC
John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) a écrit : Hello, We have a Tomcat 7 server running on Linux that must use LDAP over SSL to connect to an AD server for user authentication. This configuration we have working. The issue is the credentials used to

Re: SPNEGO test configuration with Manager webapp

2015-05-14 Thread Mark Thomas
On 14/05/2015 21:11, Mark Thomas wrote: On 29/03/2015 23:13, André Warnier wrote: David Marsh wrote: I've tested all the following public JDKs jdk-7u45-windows-i586.exe jdk-7u65-windows-i586.exe jdk-7u75-windows-i586.exe jdk-8-windows-i586.exe jdk-8u5-windows-i586.exe

AJP config questions

2015-05-14 Thread Jeffrey Janner
Guys, it's been a long time since I did any work with AJP, but it looks like something I'll be implementing soon. I have a couple of basic questions, mostly related to ProxyPassReverse, but also one related to SSL. I know to turn on mod_proxy and mod_proxy_ajp and a simple ProxyPass where the

Re: AJP config questions

2015-05-14 Thread Rainer Jung
Am 14.05.2015 um 23:58 schrieb Jeffrey Janner: Guys, it's been a long time since I did any work with AJP, but it looks like something I'll be implementing soon. I have a couple of basic questions, mostly related to ProxyPassReverse, but also one related to SSL. I know to turn on mod_proxy and

Re: AJP config questions

2015-05-14 Thread Rainer Jung
Am 15.05.2015 um 02:11 schrieb Rainer Jung: Am 14.05.2015 um 23:58 schrieb Jeffrey Janner: Guys, it's been a long time since I did any work with AJP, but it looks like something I'll be implementing soon. I have a couple of basic questions, mostly related to ProxyPassReverse, but also one

Tomcat upgrade from 7 to latest 8

2015-05-14 Thread Jammy Chen
Hello All, I am just trying upgrade tomcat 7 to latest GA 8 for my application, I am seeing quite lots of change in web dav functionality. The org.apache.naming.resources.ProxyDirContext do not exists do anybody know where I can find the alternative? in the past we got use resource to lookup