Re: Excessive threads crashing tomcat

2014-10-21 Thread Smith, Mitchell
Tomcat7 Java1.7_025 On 21 October 2014 20:06, Smith, Mitchell wrote: > Hi > > I have an issue where my applicaion servers have recently started failing > with OOM - cannot create native thread errors. However the dump files all > show he majority of threads (over 90%) lik

Excessive threads crashing tomcat

2014-10-21 Thread Smith, Mitchell
Hi I have an issue where my applicaion servers have recently started failing with OOM - cannot create native thread errors. However the dump files all show he majority of threads (over 90%) like the following: "pool-21088-thread-1" - Thread t@36407 > >java.lang.Thread.State: WAITING > at sun.

Re: maxActiveConnections usage

2013-08-13 Thread Smith, Mitchell
ty to catch the IllegalStateException that would be thrown by the Manager, and forward to the error/redirect as a result of this. - Mitchell On 13 August 2013 15:18, Daniel Mikusa wrote: > On Aug 13, 2013, at 9:33 AM, "Smith, Mitchell" > wrote: > > > On 13 August 20

Re: maxActiveConnections usage

2013-08-13 Thread Smith, Mitchell
On 13 August 2013 13:24, Daniel Mikusa wrote: > On Aug 13, 2013, at 6:43 AM, "Smith, Mitchell" > wrote: > > > Hi, > > > > What version of Tomcat are you using? 6.0.x or 7.0.x? > Tomcat7 > > > I was looking at using the maxActiveConnections in

maxActiveConnections usage

2013-08-13 Thread Smith, Mitchell
Hi, I was looking at using the maxActiveConnections in the application context, what I find is. When I reach the limit, as expected the server will not create a new session, however does return a http 200 status code. I am wondering would it be possible for me to change this behavior to return sa

Set context of web app to / tomcat7

2013-02-20 Thread Smith, Mitchell
Hi I am trying to set the context of the standard jira web app to / ; so my url would be http://hostname:8080/ and this would load the jira application. I have read the documentation, and found a couple of posts on this ( http://stackoverflow.com/questions/7276989/howto-set-the-context-path-of-a-

Is it possible to expire jvmRoute cookie

2012-12-06 Thread Smith, Mitchell
Hi, I have a jvmRoute appended to my JSESSIONID to enable sticky sessions at an application level. I see often that users do not close browsers, resulting (even if the tomcat session has expired) the user to be forwarded back to the instance. Is it possible to set an expiry for the jvmRoute / JS

Exception in thread "http-bio-8080-exec-3" Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]"

2012-04-30 Thread Smith, Mitchell
Hi, I am currently upgrading to use Java 7 and tomcat7. However when I try to execute a login in my WebApp I get the following error. Exception in thread "http-bio-8080-exec-3" Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" I am using: Java jdk7 (update4) Tomcat 7.

java.lang.IllegalStateException Question

2012-03-22 Thread Smith, Mitchell
Hi, Tomcat 5.5.35 JAVA 5 I am seeing: > [ERROR] org.apache.catalina.core.ContainerBase.[Catalina].[localhost] - > Exception Processing ErrorPage[exceptionType=java.lang.Exception, > location=/base/errors/runtimeError.iface] > java.lang.IllegalStateException > at org.apache.coyote.Respons

Tomcat 5.5.35 as Windows Service Java Opts

2012-02-10 Thread Smith, Mitchell
Hi, I am trying to configure some additional parameters for a tomcat installation Tomcat5.5.35 Windows Server 2003 Due to the nature of the WebService to be hosted on this tomcat installation I would like to increase the Eden heap size. With my previous Linux Implementations adding -XX:NewSize=

Apache Tomcat 7 JMX Monitoring

2012-01-25 Thread Smith, Mitchell
Hi, I am configuring an application server: Tomcat 7, Java 1.7 I previously used Apache Tomcat 5.5, and JDK1.5. I had JMX monitoring enabled as below. -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxre

Concurrent Low Pause GC - Eden Space Size (Apache Tomcat/5.5.27)

2011-06-10 Thread Smith, Mitchell
Hi, Tomcat Version 5.5.27 OS: Linux Red Hat Linux 5.3 Enterprise 64bit I have a tomcat server setup, with the following configuration added:     -XX:+UseLargePages     -Xms14336m     -Xmx14336m     -XX:NewRatio=4     -XX:MaxPermSize=256m     -XX:+UseConcMarkSweepGC     -XX:CMSInitiatingOccupancyF