Re: ELB Creating Multiple Sessions with Every Ping

2016-02-08 Thread Peter Rifel
Yuval, On 2/8/16, 6:57 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Yuval, > >On 2/7/16 2:27 AM, Yuval Schwartz wrote: >> tomcat version: 8.0.22 java: jdk1.8.0_05 server: amazon linux ami >> >> This might be outside the scope of this forum. I have an ELB

Re: Setting Content-Type for a static resource

2015-05-11 Thread Peter Rifel
David and Chris, On 5/11/15, 10:25 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >David, > >On 5/8/15 1:02 PM, David kerber wrote: >> On 5/8/2015 12:48 PM, Peter Rifel wrote: >>> Chris, >>> >>

Re: Setting Content-Type for a static resource

2015-05-08 Thread Peter Rifel
#x27;s mime-type, and the "crossdomain.xml" mime-mapping is never used. Any other ideas? Peter On 5/8/15, 5:09 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Peter Rifel, > >On 5/7/15 5:06 PM, Peter Rifel wrote: >

Setting Content-Type for a static resource

2015-05-07 Thread Peter Rifel
rvlet that responds with the file's contents? Thanks in advance, Peter Rifel pri...@mixpo.com

Re: Session Clustering Monitoring

2015-01-14 Thread Peter Rifel
Chris, On 1/13/15, 11:06 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Peter, > >On 1/13/15 1:10 PM, Peter Rifel wrote: >> On 1/13/15, 6:32 AM, "Christopher Schultz" >> wrote: >> >> I w

Re: Session Clustering Monitoring

2015-01-13 Thread Peter Rifel
Chris, On 1/13/15, 6:32 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Peter, > >On 1/12/15 4:32 PM, Peter Rifel wrote: >> On 1/12/15, 11:36 AM, "Christopher Schultz" >> wrote: On 1/12/15 2:28 PM, Peter &g

Re: Session Clustering Monitoring

2015-01-12 Thread Peter Rifel
Chris, On 1/12/15, 11:36 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Peter, > >On 1/12/15 2:28 PM, Peter Rifel wrote: >> Chris, >> >> On 1/12/15, 11:08 AM, "Christopher Schultz" >> wrot

Re: Session Clustering Monitoring

2015-01-12 Thread Peter Rifel
Chris, On 1/12/15, 11:08 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Peter, > >On 1/12/15 12:51 PM, Peter Rifel wrote: >> I'm running Tomcat 8.0.15 with Java 1.8.0_25 on Ubuntu 14.04. We >> have 5 instances

Session Clustering Monitoring

2015-01-12 Thread Peter Rifel
Hello, I'm running Tomcat 8.0.15 with Java 1.8.0_25 on Ubuntu 14.04. We have 5 instances that are all setup with session clustering as follows: -Dmulticast=228.0.0.4 To help prevent accidental misconfigurations that have occurred in the past, I decided to implement monitoring on the s

RE: Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-10 Thread Peter Rifel
>From: Mark Thomas [ma...@apache.org] >Sent: Sunday, August 10, 2014 2:35 AM >To: Tomcat Users List >Subject: RE: Tomcat 7 to 8 Upgrade - Performance Degradation > >On 8 August 2014 21:52:58 BST, Peter Rifel wrote: > >>Yes I can build from svn to test changes. > &

RE: Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-08 Thread Peter Rifel
From: Mark Thomas [ma...@apache.org] Sent: Friday, August 08, 2014 1:44 PM To: Tomcat Users List Subject: Re: Tomcat 7 to 8 Upgrade - Performance Degradation > >On 06/08/2014 00:54, Peter Rifel wrote: >> Hello, >> >> I am in the p

Re: Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-07 Thread Peter Rifel
On 8/7/14, 8:56 AM, "Daniel Mikusa" wrote: >On Thu, Aug 7, 2014 at 11:35 AM, Peter Rifel wrote: > >> Dan, >> >> On 8/6/14, 4:52 AM, "Daniel Mikusa" wrote: >> >> >On Tue, Aug 5, 2014 at 7:54 PM, Peter Rifel wrote: >> > &

Re: Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-07 Thread Peter Rifel
Dan, On 8/6/14, 4:52 AM, "Daniel Mikusa" wrote: >On Tue, Aug 5, 2014 at 7:54 PM, Peter Rifel wrote: > >> Hello, >> >> I am in the process of upgrading from Tomcat 7.0.54 to Tomcat 8.0.9 and >>am >> seeing some performance degradation in my webapp.

Re: Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-07 Thread Peter Rifel
Chris, thank you for your reply. On 8/6/14, 4:49 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Peter, > >On 8/5/14, 7:54 PM, Peter Rifel wrote: >> I am in the process of upgrading from Tomcat 7.0.54 to Tomcat 8.0.9

Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-05 Thread Peter Rifel
//pastebin.com/vdp0PGPh Does anyone have any idea why this might be performing so differently between versions of tomcat? Could it be a bug in the JRE? I can try and provide test code for repro if it helps. Thanks in advance, Peter Rifel --

Re: Help with symbolic links

2014-07-15 Thread Peter Rifel
Are the symbolic links pointing to somewhere outside the appBase? I ran into the same problem and adding this to my context.xml fixed the issue: See http://tomcat.apache.org/tomcat-8.0-doc/config/resources.html -Peter On 7/15/14, 2:21 PM, "Michael Bauers" wrote: >We had tomcat 7 installe

Re: Access Log Entries with VHost Rewriting

2014-07-07 Thread Peter Rifel
config for this scenario would simply be as follows: RewriteRule .+cdn\.domain\.com cdn.domain.com [host] The requests are now getting sent to the correct virtual host and its designated access log. Sorry for the noise, Peter On 7/7/14, 11:05 AM, "Peter Rifel" wrote: >Hello, &

Access Log Entries with VHost Rewriting

2014-07-07 Thread Peter Rifel
Hello, I'm implementing some virtual-host rewriting in tomcat 8's rewrite valve and am wondering if I can somehow set the order that valves are processed for a host. I have a default host and want all requests that have a HTTP_HOST of *cdn.domain.com to be redirected to a second host. I have

Re: Deploying a relative docBase outside of appBase

2014-06-30 Thread Peter Rifel
Using the catalina.home variable did the trick, thank you! Peter On 6/26/14, 7:19 PM, "Caldarale, Charles R" wrote: >> From: Peter Rifel [mailto:pri...@mixpo.com] >> Subject: Deploying a relative docBase outside of appBase > >> In Tomcat 7 I had a ROOT.xm

Deploying a relative docBase outside of appBase

2014-06-26 Thread Peter Rifel
Hello, I am in the process of upgrading from Tomcat 7.0.54 to 8.0.9 and am running into an issue with the location of my exploded war directories. In Tomcat 7 I had a ROOT.xml file in conf/Catalina// which contained my Context with a docBase="../../www.war" parameter. This was able to reach m

RE: No activity on tomcat.users since Tues?

2014-05-11 Thread Peter Rifel
Leon, See below: https://blogs.apache.org/infra/entry/mail_outage From: Leon Rosenberg [rosenberg.l...@gmail.com] Sent: Sunday, May 11, 2014 7:06 AM To: Tomcat Users List Subject: Re: No activity on tomcat.users since Tues? I have even checked my email se

RE: Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
> >From: Mark Thomas [ma...@apache.org] >Sent: Thursday, December 26, 2013 3:19 PM >To: Tomcat Users List >Subject: Re: Request Timeout and empty post data issue > >On 26/12/2013 20:45, Peter Rifel wrote: >> Hello, >> >&

RE: Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
/www.360works.com >Product updates and news on http://facebook.com/360Works >(770) 234-9293 >== Don't lose your data! http://360works.com/safetynet/ for FileMaker Server == > >On Dec 26, 2013, at 3:45 PM, Peter Rifel wrote: > >> Hello, >> >> I'm currently

RE: Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
> From: André Warnier [a...@ice-sa.com] > Sent: Thursday, December 26, 2013 2:11 PM > To: Tomcat Users List > Subject: Re: Request Timeout and empty post data issue > >Peter Rifel wrote: >> Hello, >> >> I'm currently running Tomcat 7.0.42 on Ubuntu 12

RE: Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
> -Original Message- > From: Konstantin Preißer [kpreis...@apache.org] > Sent: Thursday, December 26, 2013 1:28 PM > To: 'Tomcat Users List' > Subject: RE: Request Timeout and empty post data issue > >Hi, > >> -----Original Message- >&

Request Timeout and empty post data issue

2013-12-26 Thread Peter Rifel
Hello, I'm currently running Tomcat 7.0.42 on Ubuntu 12.04 with OpenJDK 1.7.0_25. I'm using Apache Tomcat Native library 1.1.27 with APR version 1.4.6. I'm noticing in my access logs that some of our POST requests don't have any POST data and all have response times of a few ms over 2ms.