Re: Free Memory vs. Total Memory vs. Max Memory

2012-02-20 Thread Pid
On 17/02/2012 04:58, Robinson, Eric wrote: What are the possible downsides of setting a low initial memory pool and a high max pool? If a tomcat app usually needs approximately 64MB of heap space, but sometimes as much as 300-400MB, would it cause any problems to set the initial pool to 16M

distributable mode does not work with Servlet 3.0

2012-02-20 Thread Lucas Pouzac
Hi, I have a concern about replication sessions when using the standard Servlet 3.0. Do you have an idea for this to work? https://issues.apache.org/bugzilla/show_bug.cgi?id=52685 *If in web.xml, I declare: web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

configure the root domain

2012-02-20 Thread Alfredo Alessandrini
Hi, I've installed tomcat at the URL mysite.com/tomcat/ It's working, but when tomcat generates any URL, they're pointing to the root of the domain mysite.com/ and I can't access at manager-gui and others applications (e.g. mysite.com/tomcat/manager/ it's redirect to mysiste.com/manager).

Re: configure the root domain

2012-02-20 Thread André Warnier
Alfredo Alessandrini wrote: Hi, I've installed tomcat at the URL mysite.com/tomcat/ It's working, but when tomcat generates any URL, they're pointing to the root of the domain mysite.com/ and I can't access at manager-gui and others applications (e.g. mysite.com/tomcat/manager/ it's redirect

RE: Free Memory vs. Total Memory vs. Max Memory

2012-02-20 Thread Robinson, Eric
What are the possible downsides of setting a low initial memory pool and a high max pool? If a tomcat app usually needs approximately 64MB of heap space, but sometimes as much as 300-400MB, would it cause any problems to set the initial pool to 16M and the max pool to 512M? An

NullPointerException during servlet.service()

2012-02-20 Thread Adrien RUFFIE
Hello all, One of my client put a several bug in its tomcat prod server but I have juste the following stacktrace And I have no idea where it may come (unknow scenario, user action performed ...) Any idea ? 2012-02-15 16:04:56,722 ERROR

Re: NullPointerException during servlet.service()

2012-02-20 Thread David N. Smith
On Feb 20, 2012, at 11:06 AM, Adrien RUFFIE a.ruf...@e-deal.commailto:a.ruf...@e-deal.com wrote: Hello all, One of my client put a several bug in its tomcat prod server but I have juste the following stacktrace And I have no idea where it may come (unknow scenario, user action performed …)

RE: Free Memory vs. Total Memory vs. Max Memory

2012-02-20 Thread Caldarale, Charles R
From: Robinson, Eric [mailto:eric.robin...@psmnv.com] Subject: RE: Free Memory vs. Total Memory vs. Max Memory If what you described occurs, we would see OOMs in the logs, correct? Only rarely. More typical is slow response and annoyed end users. Also, if the machine has inadequate RAM,

Documentation Question

2012-02-20 Thread Jim Showalter
Is there a version of the Tomcat documentation that consistently handles word-wrap? Some of the segments are very difficult to read while others do word wrap properly? Thanks, Jim

ISAPI errors 87 when disabling IIS 7.0's response buffering

2012-02-20 Thread Konstantin Preißer
Hi all, I'm using Tomcat 7.0.25 (running on a Oracle JDK 1.7.0_03) on a Windows Server 2008 (32-Bit), with IIS 7.0 and the ISAPI 1.2.32 connector (with chunked encoding enabled) to pass HTTP requests to Tomcat. Since IIS 7.0, there is a response buffering that also applies to responses from

Re: ISAPI errors 87 when disabling IIS 7.0's response buffering

2012-02-20 Thread Rainer Jung
On 20.02.2012 18:45, Konstantin Preißer wrote: Hi all, I'm using Tomcat 7.0.25 (running on a Oracle JDK 1.7.0_03) on a Windows Server 2008 (32-Bit), with IIS 7.0 and the ISAPI 1.2.32 connector (with chunked encoding enabled) to pass HTTP requests to Tomcat. Since IIS 7.0, there is a

DB Pool Setup Tomcat 7.0.12 for Derby DB

2012-02-20 Thread David Aleksanyan
I have been struggling with a DB Pool setup for DerbyDB 10.8.2.2 on Tomcat 7.0.12 looks like no matter what I do I cannot get things going. So far I've done the following: Edit context xml According to JNDI-HOW-TO -