[ANN] Apache Tomcat 7.0.57 released

2014-11-14 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.57. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

Cant get Tomcat to authenticate to AD via Kerberos

2014-11-14 Thread Nutter, Ronald
I have followed the howto on http://tomcat.apache.org to get tomcat to authenticate via Kerberos to AD. I have a sniffer running on the network and don't see any attempts from the tomcat server to talk to AD. I have looked at the logs and the only one I see any activity in is the

RE: OutOfMemory:PermGen with Tomcat App Server

2014-11-14 Thread Thakkilapati, Nagaraja
Hi All, The attached Servlet code is causing for a permgen leak. It appears to me that this is due to Tomcat bug, the same issue is not seen with other application servers. Any help in resolving this issue is greatly appreciated. I have also noticed in many other incidents in my code where

Re: OutOfMemory:PermGen with Tomcat App Server

2014-11-14 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2014 8:54 AM, Thakkilapati, Nagaraja wrote: Hi All, The attached Servlet code is causing for a permgen leak. It appears to me that this is due to Tomcat bug, the same issue is not seen with other application servers. Any help in

RE: OutOfMemory:PermGen with Tomcat App Server

2014-11-14 Thread Thakkilapati, Nagaraja
Hi All , Please find the attached servlet code (extension is modified to .txt). The Tomcat Version is : apache-tomcat-7.0.42-windows-x86 OS: Windows Server EnterPrise 2007 Service Pack-2 Java Version: jdk1.7.0_21 Thanks, Nagaraja -Original Message- From: Mark Eggers

WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
Greetings, I have a need to get version information for classes that I have been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For example: System.out.println(this.getClass().getPackage().getImplementationVersion()); Assuming my.war/META-INF/MANIFEST.MF: Manifest-Version:

Re: OutOfMemory:PermGen with Tomcat App Server

2014-11-14 Thread Mark Thomas
On 14/11/2014 18:00, Thakkilapati, Nagaraja wrote: Hi All , Please find the attached servlet code (extension is modified to .txt). The Tomcat Version is : apache-tomcat-7.0.42-windows-x86 OS: Windows Server EnterPrise 2007 Service Pack-2 Java Version: jdk1.7.0_21 After a while folks are

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Mark Thomas
On 14/11/2014 18:14, Matt Newell wrote: Greetings, I have a need to get version information for classes that I have been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For example: System.out.println(this.getClass().getPackage().getImplementationVersion());

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/14/14 1:14 PM, Matt Newell wrote: Greetings, I have a need to get version information for classes that I have been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For example:

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/14/14 1:14 PM, Matt Newell wrote: Greetings, I have a need to get version information for classes that I have been packaged in a war, and

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Matt Newell
On Fri, Nov 14, 2014 at 3:14 PM, Mark Thomas ma...@apache.org wrote: On 14/11/2014 18:14, Matt Newell wrote: Greetings, I have a need to get version information for classes that I have been packaged in a war, and loaded into Tomcat 7.0.trunk on Windows 7. For example:

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Konstantin Kolinko
2014-11-15 0:57 GMT+03:00 Matt Newell dycs...@gmail.com: On Fri, Nov 14, 2014 at 3:28 PM, Christopher Schultz ch...@christopherschultz.net wrote: On 11/14/14 1:14 PM, Matt Newell wrote: Greetings, I have a need to get version information for classes that I have been packaged in a war, and

Re: WebappClassLoader and MANIFEST.MF in WARs

2014-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/14/14 5:02 PM, Matt Newell wrote: On Fri, Nov 14, 2014 at 3:14 PM, Mark Thomas ma...@apache.org wrote: On 14/11/2014 18:14, Matt Newell wrote: Greetings, I have a need to get version information for classes that I have been

Re: APR with PKCS11 support

2014-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sanaullah, On 10/29/14 9:54 AM, Sanaullah wrote: I again started working on SSLEngine with safenet and i need some help, how to enable the debugging? I configure the engine as LunaCA3. Listener

Re: APR with PKCS11 support

2014-11-14 Thread Sanaullah
Hi Chris, The Engine name is correct its LunaCA3 Here is the code snippet from the openssl for the confirmation. openssl-1.0.1g/engines/e_lunaca3.c:#define ENGINE_LUNACA3_ID LunaCA3 I think the issue is with static and shared libraries of openssl. if openssl build as shared then this LunaCA3

Re: Tomcat performance goes down after install apr.

2014-11-14 Thread 杨华杰
Well, here is the information the platform (OS) redhat enterprise 6.4(64 bit) - the Java JVM version used (1.7.45) - the Tomcat version used (7.0.45) - the APR version used (APR from redhat cd) On Tue, Nov 11, 2014 at 5:00 PM, André Warnier a...@ice-sa.com wrote: 杨华杰 wrote: Tomcat