RE: Tomcat7 and SPNEGO configuration questions

2013-05-31 Thread Edward Siewick
From: Felix Schumacher [felix.schumac...@internetallee.de] Sent: Friday, May 31, 2013 3:22 PM To: users@tomcat.apache.org Subject: Re: Tomcat7 and SPNEGO configuration questions Hi Edward. Am Freitag, den 31.05.2013, 13:24 -0500 schrieb Edward Siewick: > _

Re: WebappClassLoaders pinned in memory by java.security.ProtectionDomain objects

2013-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 5/31/13 11:39 AM, Christopher Schultz wrote: > - Using MySQL Connector/J 5.1.24 (important later) - Not running > under a SecurityManager - has no "clearReferences...*" > attributes set (all default to "false" save for > HttpClientKeepAlive

Re: WebappClassLoaders pinned in memory by java.security.ProtectionDomain objects

2013-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Also worth noting is that it appears only the first WebappClassLoader is leaked: multiple subsequent webapp re-loads do not leak additional WebappClassLoaders (which is kind of nice). - -chris On 5/31/13 2:10 PM, Christopher Schultz wrote: >

Re: Tomcat7 and SPNEGO configuration questions

2013-05-31 Thread Felix Schumacher
Hi Edward. Am Freitag, den 31.05.2013, 13:24 -0500 schrieb Edward Siewick: > > From: Felix Schumacher [felix.schumac...@internetallee.de] > Sent: Friday, May 31, 2013 1:18 PM > To: users@tomcat.apache.org > Subject: Re: Tomcat7 and SPNEGO configuration ques

RE: Tomcat7 and SPNEGO configuration questions

2013-05-31 Thread Edward Siewick
From: Felix Schumacher [felix.schumac...@internetallee.de] Sent: Friday, May 31, 2013 1:18 PM To: users@tomcat.apache.org Subject: Re: Tomcat7 and SPNEGO configuration questions Am Freitag, den 31.05.2013, 10:17 -0500 schrieb Edward Siewick: >> Hi. >> >> I

Re: WebappClassLoaders pinned in memory by java.security.ProtectionDomain objects

2013-05-31 Thread Christopher Schultz
Chuck, On May 31, 2013, at 12:02, "Caldarale, Charles R" wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: WebappClassLoaders pinned in memory by >> java.security.ProtectionDomain objects > >> Using MySQL Connector/J 5.1.24 (important later) > > Where is t

RE: Tomcat7 and SPNEGO configuration questions

2013-05-31 Thread Edward Siewick
>> >> Well-founded guidance, clues, and even good guesses are all welcome. >> > > Answering in the spirit of your last phrase above (because I really know > nothing about the > Tomcat SPNEGO Valve, and very little about Kerberos) : > > The error message : > > javax.security.auth.login.LoginExce

Re: Tomcat7 and SPNEGO configuration questions

2013-05-31 Thread Felix Schumacher
Am Freitag, den 31.05.2013, 10:17 -0500 schrieb Edward Siewick: > Hi. > > I'm trying to get a baseline configuration working, following the > http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html. I'm > apparently off in the weeds having missed something, though. So I'd really > appre

Re: Tomcat7 and SPNEGO configuration questions

2013-05-31 Thread André Warnier
Edward Siewick wrote: Hi. I'm trying to get a baseline configuration working, following the http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html. I'm apparently off in the weeds having missed something, though. So I'd really appreciate a sanity check of my configuration, and the te

RE: WebappClassLoaders pinned in memory by java.security.ProtectionDomain objects

2013-05-31 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: WebappClassLoaders pinned in memory by > java.security.ProtectionDomain objects > Using MySQL Connector/J 5.1.24 (important later) Where is the JDBC jar located? Is the observed behavior different if it's in tomcat/l

WebappClassLoaders pinned in memory by java.security.ProtectionDomain objects

2013-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, My primary webapp (and ClassLoader) used to unload cleanly but now I get WebappClassLoaders still stuck in memory after a reload. I'm having a little trouble figuring out exactly what is holding onto references. Here's what I know: - - Tomcat

Tomcat7 and SPNEGO configuration questions

2013-05-31 Thread Edward Siewick
Hi. I'm trying to get a baseline configuration working, following the http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html. I'm apparently off in the weeds having missed something, though. So I'd really appreciate a sanity check of my configuration, and the testcase I'm attempting.

Re: Tomcat 6.x supporting classpath wildcards

2013-05-31 Thread Daniel Mikusa
On May 31, 2013 12:27 AM, "Urkens Jean-Pierre" < jean-pierre.urk...@devoteam.com> wrote: > > Hi, > > I'm porting a web application from SUN AS9 to Tomcat-6.0.37 to run on Sun Solaris 5.10 and I'm experiencing problems with classpath wildcards. > > The web application is using SPRING-3.0.4 and Hiber

RE: Encrypting AJP13 Traffic With isapi_redirect

2013-05-31 Thread Cochran, Jonathan - IS.CONTRACTOR
OK, thank you for the clarification. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Friday, May 31, 2013 1:30 AM To: users@tomcat.apache.org Subject: Re: Encrypting AJP13 Traffic With isapi_redirect On 31.05.2013 01:38, Cochran, Jonathan - IS.CONTRACTOR wrote:

RE: Encrypting AJP13 Traffic With isapi_redirect

2013-05-31 Thread Cochran, Jonathan - IS.CONTRACTOR
Thanks for your input, but we're using IIS, not Apache, so this doesn't apply. Rainer clarified that SSL between IIS and GlassFish is not natively possible anyway. From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Thursday, May 30, 2013 8:18 PM To: Cochran, Jonathan - IS.CONTRACTOR Subject

Re: Making sure I understand application startup order correctly

2013-05-31 Thread Mark Thomas
On 30/05/2013 23:42, Nick Williams wrote: > I still have some uncertainties with a couple: > > #2: 8.2.4 says of ServletContainerInitializers: "the order in which > these services are discovered MUST follow the application’s class > loading delegation model." That is poor specification language.

Tomcat 6.x supporting classpath wildcards

2013-05-31 Thread Urkens Jean-Pierre
Hi, I'm porting a web application from SUN AS9 to Tomcat-6.0.37 to run on Sun Solaris 5.10 and I'm experiencing problems with classpath wildcards. The web application is using SPRING-3.0.4 and Hibernate-3.2.6 and loading the Hibernate mapping files is done within a SPRING bean declaration using