Re: Tomcat shutdown process

2016-04-05 Thread Vinicius Carvalho
Thanks for the quick reply Mark, one final question, does tomcat return a 503 error in that case? Regards On Tue, Apr 5, 2016 at 4:05 PM, Mark Thomas <ma...@apache.org> wrote: > On 05/04/2016 20:54, Vinicius Carvalho wrote: > > Hi there, I googled this one around, but I

Tomcat shutdown process

2016-04-05 Thread Vinicius Carvalho
Hi there, I googled this one around, but I found a big mix on exactly how tomcat operates when a shutdown is initiated. What happens when a shutdown is started in regards to: - Requests that are currently being processed (if a request is waiting on an external resource such as a jdbc connection),

Multiple instances using catalina.base

2009-10-01 Thread Vinicius Carvalho
Hello there! I've followed the instructions on RUNNING.TXT and a great presentation by Mark Thomas and Filip Hanik I've found on the net. But after creating a directory structure: /tomcat-6.0.20 {catalina_home} - bin - conf - webapps -work - temp - lib - logs - instance-01 {catalina_base}

Re: Yet another swallowOutput question

2009-09-27 Thread Vinicius Carvalho
each 3-4 days. Any ideas? Regards On Wed, Sep 23, 2009 at 10:20 AM, Mark Thomas ma...@apache.org wrote: Vinicius Carvalho wrote: Thanks Mark, do I have to set it for each context I have? I'm using several Hosts with few contexts on each. Yes, but there is a short-cut. Set it in CATALINA_BASE

Re: Yet another swallowOutput question

2009-09-23 Thread Vinicius Carvalho
Thanks Mark, do I have to set it for each context I have? I'm using several Hosts with few contexts on each. Regards On Fri, Sep 18, 2009 at 4:18 PM, Mark Thomas ma...@apache.org wrote: Vinicius Carvalho wrote: Hello there! I'm trying to redirect some legacy System.out calls in our app

Yet another swallowOutput question

2009-09-18 Thread Vinicius Carvalho
Hello there! I'm trying to redirect some legacy System.out calls in our app to a different logger. Since tomcat's logging implementation does not allow one to configure the maximum size of the catalina.out, we are easily reaching gigabytes of space on that file. I thought that by just adding:

Re: Help with Layer 7 LB and Tomcat

2009-06-25 Thread Vinicius Carvalho
...@kippdata.de wrote: Hi, On 25.06.2009 02:36, Vinicius Carvalho wrote: Hello there! We are adding a new server to our park, and now we are going to use LB for both machines. We are using an Alteon 180e layer 7 switch to perform LB. So far everything was fine. But we decided to let the router do

Help with Layer 7 LB and Tomcat

2009-06-24 Thread Vinicius Carvalho
Hello there! We are adding a new server to our park, and now we are going to use LB for both machines. We are using an Alteon 180e layer 7 switch to perform LB. So far everything was fine. But we decided to let the router do all the SSL part this way we would have something like this: [internet]

Help with PersistenceManager

2009-04-14 Thread Vinicius Carvalho
Hello all! We have an application that serves a few users (currently we have around 1300 sessions created, =~ 300 active), but due to our own bad development team, our session is a monster session (We are fixing this, but is gonna take time, since developers thought they could store everything on

worker.properties

2007-01-10 Thread Vinicius Carvalho
Hello there! Does anyone have an example of worker.properties with values set for a high load server? For parameters like connection_pool_timeout, socket_timeout and etc... Any suggestions are really appreciated Best regards -

Re: Questions about connector

2006-12-29 Thread Vinicius Carvalho
not sure but I believe we have a 60s timeout on the apache for connections. Best regards On 12/28/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Subject: Questions about connector Here's a snippet of our connector properties under server.xml

Questions about connector

2006-12-28 Thread Vinicius Carvalho
Hello there! We have a Jboss 4.0.1sp1 (tomcat 5.0). Checking the connector status at the web-console some strange behavior is noticed. We have some requests that are either in Servicing or Keep-Alive, that lasts for over 4 hours (165.000.000 ms). We decided to kill the remote user, and still

Question about http connections

2006-12-22 Thread Vinicius Carvalho
Hello there! We have a Jboss 4.0.1 server, and we're experiencing a strange connector behavior (might be our app as well). We check the connections on the connector 8009 (we use a mod_jk behind jboss). And we have some requests on Service status that have over 14.000 seconds. We even killed the

Setting proper values for connections inside Connector

2006-11-22 Thread Vinicius Carvalho
Hello there! We have a tomcat server behind a apache server. We need to increase the maximum number of simultaneous connections. I know that this is done through server.xml, inside the connector configuration, but my question is, which one should I change 8080 or 8009 in order to accept more

Re: Setting proper values for connections inside Connector

2006-11-22 Thread Vinicius Carvalho
no difference? Best regards On 11/22/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Subject: Setting proper values for connections inside Connector which one should I change 8080 or 8009 in order to accept more connections through apache? Assuming