WAR file deployment question

2014-09-15 Thread James H. H. Lampert
We have a rather large WAR file. 89,925,956 bytes. And we have cable internet. With its usual extremely asymmetrical bandwidth: a download pipe the size of an air conditioning duct, and an upload pipe the size of an insulin needle. Squirting this huge WAR file through such a narrow pipe takes

Re: Possibly Losing Session when Clustered

2014-09-15 Thread Peter Kirby
On Mon, Sep 15, 2014 at 3:44 PM, Daniel Mikusa wrote: > On Mon, Sep 15, 2014 at 3:38 PM, Peter Kirby wrote: > > > On Mon, Sep 15, 2014 at 2:01 PM, Peter Kirby > wrote: > > > > > On Mon, Sep 15, 2014 at 10:26 AM, Daniel Mikusa > > > wrote: > > > > > >> Have you tried deploying a simple test app

Re: Possibly Losing Session when Clustered

2014-09-15 Thread Daniel Mikusa
On Mon, Sep 15, 2014 at 3:38 PM, Peter Kirby wrote: > On Mon, Sep 15, 2014 at 2:01 PM, Peter Kirby wrote: > > > On Mon, Sep 15, 2014 at 10:26 AM, Daniel Mikusa > > wrote: > > > >> Have you tried deploying a simple test application to confirm that > >> clustering is working properly? > >> > > >

Re: Why does mod_jk bypass Apache authorization?

2014-09-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 9/15/14 11:45 AM, André Warnier wrote: > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Mark, >> >> On 9/12/14 8:36 PM, Mark Eggers wrote: >>> Here was my naive thought. haven't tested this yet (may b

Re: Possibly Losing Session when Clustered

2014-09-15 Thread Felix Schumacher
On 15. September 2014 21:38:31 MESZ, Peter Kirby wrote: >On Mon, Sep 15, 2014 at 2:01 PM, Peter Kirby >wrote: > >> On Mon, Sep 15, 2014 at 10:26 AM, Daniel Mikusa >> wrote: >> >>> Have you tried deploying a simple test application to confirm that >>> clustering is working properly? >>> >> >> I

Re: Possibly Losing Session when Clustered

2014-09-15 Thread Peter Kirby
On Mon, Sep 15, 2014 at 2:01 PM, Peter Kirby wrote: > On Mon, Sep 15, 2014 at 10:26 AM, Daniel Mikusa > wrote: > >> Have you tried deploying a simple test application to confirm that >> clustering is working properly? >> > > I just setup a small session counter and it appears to not be shared >

Re: Possibly Losing Session when Clustered

2014-09-15 Thread Peter Kirby
On Mon, Sep 15, 2014 at 10:26 AM, Daniel Mikusa wrote: > Have you tried deploying a simple test application to confirm that > clustering is working properly? > I just setup a small session counter and it appears to not be shared across the different servers correctly. Thanks for the suggestion.

Re: Why does mod_jk bypass Apache authorization?

2014-09-15 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 9/12/14 8:36 PM, Mark Eggers wrote: Here was my naive thought. haven't tested this yet (may be a project for this weekend). Outside of a or directive, the JkMount directive parses the configured URL prefix.

Re: Possibly Losing Session when Clustered

2014-09-15 Thread Daniel Mikusa
On Mon, Sep 15, 2014 at 10:46 AM, Peter Kirby wrote: > I'm running CentOS 7 and I've tried this on Tomcat 7.0.55 and 8.0.12, both > with the same results. This also works perfectly fine in a production > environment with 7.0.55. > > I'm running CAS and without clustering Tomcat, the login page w

Possibly Losing Session when Clustered

2014-09-15 Thread Peter Kirby
I'm running CentOS 7 and I've tried this on Tomcat 7.0.55 and 8.0.12, both with the same results. This also works perfectly fine in a production environment with 7.0.55. I'm running CAS and without clustering Tomcat, the login page works perfectly. When I attempt to cluster Tomcat, I have to hit

Re: Why does mod_jk bypass Apache authorization?

2014-09-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 9/12/14 8:36 PM, Mark Eggers wrote: > Here was my naive thought. haven't tested this yet (may be a > project for this weekend). > > Outside of a or directive, the JkMount > directive parses the configured URL prefix. If requested URL >

Re: Why does mod_jk bypass Apache authorization?

2014-09-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 9/12/14 6:07 PM, André Warnier wrote: > Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Mark, >> >> On 9/12/14 11:14 AM, Mark Eggers wrote: >>> Chris, >>> >>> On 9/12/2014 7:13 AM, Christopher Schultz

Re: Setting CacheTTL on Apache Tomcat 8

2014-09-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Robert, On 9/14/14 4:55 PM, Robert Boyle wrote: > Here's what I'm trying to do: > > I'm building a web-based cueing system for a theatre. Until I > figure out how to use WebSockets, my system will use JavaScript to > refresh the webpage every secon

Re: Find Leaks in Manager App

2014-09-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ahmed, On 9/13/14 3:51 PM, Ahmed Hosni wrote: > I am using tomcat 7 on production environment, I used Find Leaks > option it called GC but I didn't get any information.It should show > more information. What information were you hoping to get? - -

Basic auth and spring security

2014-09-15 Thread Alexander Diedler
Hello, I have a question to combine the usage of an application wih spring security inside and a JavaMelody monitoring, that should be protected with basc auth credentials from tomcat-users.xml. At the moment, although we have defined a filter for /monitoring in the web.xml of JMelody, we get th