Re: Slow HTTP Rquest via Tomcat

2015-01-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thone, On 1/12/15 6:03 PM, Thone Soungpanya wrote: > When connecting from Tomcat to third party, we are going through a > servlet code which is customized by us. We package the code into a > jar file which sits on the \WEB-INF\lib folder. When con

RE: Slow HTTP Rquest via Tomcat

2015-01-12 Thread Thone Soungpanya
Hello Chris, Thank you for your quick response. When connecting from Tomcat to third party, we are going through a servlet code which is customized by us. We package the code into a jar file which sits on the \WEB-INF\lib folder. When connection, we create a session and connect through the ap

Re: Slow HTTP Rquest via Tomcat

2015-01-12 Thread chris derham
On 13 January 2015 at 11:38, Thone Soungpanya wrote: > Hello, > > Can anyone give some advice on what the issue may be? We have a web > application folder in Tomcat that have been slowing the http request's > connection to another third party system when there are high traffic. It > seems to be

Re: Scripting mod_jk load-balancer member changes

2015-01-12 Thread Rainer Jung
Hi Chris, Am 12.01.2015 um 20:12 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 1/12/15 2:01 PM, Christopher Schultz wrote: I'm running into a bit of difficulty scripting updates for load-balancer members and thought I'd ask here before slogging through t

Slow HTTP Rquest via Tomcat

2015-01-12 Thread Thone Soungpanya
Hello, Can anyone give some advice on what the issue may be? We have a web application folder in Tomcat that have been slowing the http request's connection to another third party system when there are high traffic. It seems to be halting in the Tomcat server for about 20 - 50 seconds before at

Static files with default servlet in tomcat 8.0.9

2015-01-12 Thread Terence M. Bandoian
Please see my comments inline below. On 1/12/2015 8:55 AM, Srikanth Hugar wrote: Hello, I am trying to configure static files with default servlet in tomcat 8.0.9 but could not succeed. My directory structure in deployed webapp is: - WEB-INF - static -css -images -js -

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" >> wrote: >> >> Peter, >> >> On 1/12/15 12:51 PM, Peter Rifel wrote: >>>

Re: Session Clustering Monitoring

2015-01-12 Thread Christopher Schultz
-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" > wrote: > > 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 hav

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 that are all setup with session clustering as >

Re: Scripting mod_jk load-balancer member changes

2015-01-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 1/12/15 2:01 PM, Christopher Schultz wrote: > I'm running into a bit of difficulty scripting updates for > load-balancer members and thought I'd ask here before slogging > through the code to see if there are any requirements I'm missing. >

Re: Session Clustering Monitoring

2015-01-12 Thread Christopher Schultz
-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 that are all setup with session clustering as > follows: > > > stateTransferTimeout="5" /> className="org.apach

Scripting mod_jk load-balancer member changes

2015-01-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm running into a bit of difficulty scripting updates for load-balancer members and thought I'd ask here before slogging through the code to see if there are any requirements I'm missing. Long story short, I'd like to script setting the "acti

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: Static files with default servlet in tomcat 8.0.9

2015-01-12 Thread Hassan Schroeder
On Mon, Jan 12, 2015 at 6:55 AM, Srikanth Hugar wrote: >I am trying to configure static files with default servlet in tomcat > 8.0.9 but could not succeed. > > My directory structure in deployed webapp is: > > - WEB-INF > - static > -css > -images > -js > - META-INF > > and* we

Re: Static files with default servlet in tomcat 8.0.9

2015-01-12 Thread Daniel Mikusa
On Mon, Jan 12, 2015 at 9:55 AM, Srikanth Hugar wrote: > Hello, > >I am trying to configure static files with default servlet in tomcat > 8.0.9 but could not succeed. > > My directory structure in deployed webapp is: > > - WEB-INF > - static > -css > -images > -js > - META-INF

Static files with default servlet in tomcat 8.0.9

2015-01-12 Thread Srikanth Hugar
Hello, I am trying to configure static files with default servlet in tomcat 8.0.9 but could not succeed. My directory structure in deployed webapp is: - WEB-INF - static -css -images -js - META-INF and* web.xml* configuration using default servlet is : default