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
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.
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
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
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
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-
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
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.
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
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=
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
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
12 matches
Mail list logo