tomcat clusters

2009-05-26 Thread Alberto Jesus La Rosa Agramonte
Hello, I need to set more than two tomcat clusters. How I can configure that in the workers.properties file on apache load balancer? Regards...

Re: tomcat clusters

2009-05-26 Thread Alberto Jesus La Rosa Agramonte
worker.c1.port=8009 worker.c1.host=10.7.12.2 worker.c1.type=ajp13 worker.c1.lbfactor=1 2009/5/27 Rainer Jung rainer.j...@kippdata.de How did you configure your first cluster? On 26.05.2009 16:30, Alberto Jesus La Rosa Agramonte wrote: Hello, I need to set more than two tomcat clusters. How

tomcat cluster - redirect parameter

2009-05-26 Thread Alberto Jesus La Rosa Agramonte
Hi, If a don't set the redirect parameter on the workers.properties file, how work the load balancer???

Re: tomcat clusters

2009-05-26 Thread Alberto Jesus La Rosa Agramonte
=status 2009/5/27 Rainer Jung rainer.j...@kippdata.de That's not the full configuration. It can't work. On 26.05.2009 17:16, Alberto Jesus La Rosa Agramonte wrote: worker.c1.port=8009 worker.c1.host=10.7.12.2 worker.c1.type=ajp13 worker.c1.lbfactor=1 2009/5/27 Rainer Jung rainer.j

Re: tomcat clusters

2009-05-26 Thread Alberto Jesus La Rosa Agramonte
thanks. 2009/5/27 Rainer Jung rainer.j...@kippdata.de On 26.05.2009 17:43, Alberto Jesus La Rosa Agramonte wrote: of course, the complet configuration is that... workers.tomcat_home=/var/lib/tomcat5.5 workers.java_home=/usr/lib/jvm/ Remove the above two, they are useless

calculate memory

2008-12-01 Thread Alberto Jesus La Rosa Agramonte
Hello: How I can calculate the memory that must use a Java application and the memory that I have to install to a tomcat server to function properly with that application. Bye

Re: calculate memory

2008-12-01 Thread Alberto Jesus La Rosa Agramonte
varias personas han mencionado una utilidad que se llama jconsole, a lo mejor le puedes echar un vistazo. Yo personalmente no la conozco. Un saludo On Tue, 2008-12-02 at 11:21 +, Alberto Jesus La Rosa Agramonte wrote: Hello: How I can calculate the memory that must use a Java

Re: tomcat 5.5 memory

2008-11-12 Thread Alberto Jesus La Rosa Agramonte
Thanks you very much... 2008/11/12 Christopher Schultz [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alberto, Alberto Jesus La Rosa Agramonte wrote: [is ~25 Java processes normal for Tomcat?] Yes. Most UNIX/Linux variants display individual threads as processes

Re: clustering

2008-11-12 Thread Alberto Jesus La Rosa Agramonte
Apache is the load balancer??? 2008/11/12 Filip Hanik - Dev Lists [EMAIL PROTECTED]: you're missing the membership elelemnt Membership className=org.apache.catalina.cluster.mcast.McastService mcastAddr=228.0.0.4

Re: Monitoring Tomcat availability in a load balanced capacity

2008-11-12 Thread Alberto Jesus La Rosa Agramonte
application manager, is not free, but with the trial licence you can work with all the functionalities. bye 2008/11/13 Adam Gordon [EMAIL PROTECTED]: We're running two Tomcat (5.5.16) instances in a load-balanced capacity behind an Apache server (2.0.55 w/ mod j/k 1.2.14). We'd like to set

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Alberto Jesus La Rosa Agramonte
hello thats my configurations files, and work without problems. cluster 1 Server port=8005 shutdown=SHUTDOWN Listener className=org.apache.catalina.core.AprLifecycleListener / Listener className=org.apache.catalina.mbeans.ServerLifecycleListener / Listener

tomcat 5.5 memory

2008-11-11 Thread Alberto Jesus La Rosa Agramonte
Hi, I have installed apache tomcat 5.5 and giving me problems with memory, this is the configuration that I have now, someone can help me to optimize this, or tell me if this right.The server have 3 gb of RAM. Thanks # Run Tomcat as this user ID (default: tomcat55). Set this to an empty string #

Re: tomcat 5.5 memory

2008-11-11 Thread Alberto Jesus La Rosa Agramonte
The tomcat run many processes and each process consumes 6 to 7 mb and in a Period of time the server's memory is exhausted. 2008/11/12 David kerber [EMAIL PROTECTED]: Alberto Jesus La Rosa Agramonte wrote: Hi, I have installed apache tomcat 5.5 and giving me problems with memory

Re: tomcat 5.5 memory

2008-11-11 Thread Alberto Jesus La Rosa Agramonte
[EMAIL PROTECTED]: From: Alberto Jesus La Rosa Agramonte [mailto:[EMAIL PROTECTED] Subject: tomcat 5.5 memory Hi, I have installed apache tomcat 5.5 and giving me problems with memory, this is the configuration that I have now This is not a proper Tomcat installation, but rather a 3rd-party

Re: tomcat 5.5 memory

2008-11-11 Thread Alberto Jesus La Rosa Agramonte
The platform is 64 bits. Thanks 2008/11/12 Caldarale, Charles R [EMAIL PROTECTED]: From: Alberto Jesus La Rosa Agramonte [mailto:[EMAIL PROTECTED] Subject: tomcat 5.5 memory Hi, I have installed apache tomcat 5.5 and giving me problems with memory, this is the configuration that I have now

Re: tomcat 5.5 memory

2008-11-11 Thread Alberto Jesus La Rosa Agramonte
Caldarale, Charles R [EMAIL PROTECTED]: From: Alberto Jesus La Rosa Agramonte [mailto:[EMAIL PROTECTED] Subject: tomcat 5.5 memory Hi, I have installed apache tomcat 5.5 and giving me problems with memory, this is the configuration that I have now This is not a proper Tomcat installation

Re: tomcat 5.5 memory

2008-11-11 Thread Alberto Jesus La Rosa Agramonte
The hardware only, the software is 32 bits, and the jvm too. The problem that it's spawning too many processes. 2008/11/12 David kerber [EMAIL PROTECTED]: Alberto Jesus La Rosa Agramonte wrote: The tomcat run many processes and each process consumes 6 to 7 mb and in a Period of time

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2007-12-24 Thread jesus
://www.nabble.com/Fw%3A-Processing-of-multipart-form-data-request-failed.-Socket-read-failed-tp14210197p14428925.html Sent from the Tomcat - User mailing list archive at Nabble.com. -- // Jesús Miguel Torres Jorge - jesus en isaatc.ull.es // Dpto. de Ingeniería de Sistemas y Automática

ant reload issue

2006-03-31 Thread Jesus Antonio Sanchez Antunez
Hi. When I compile some classes using the ant task ReloadTask from the sample build.xml, it doesn't reload the new compiled classes in tomcat. The only way that I found it does that is when I remove and reinstall the app. Is that the normal behaviour, or am I doing something wrong. Thanks

ant reload

2006-03-16 Thread Jesus Antonio Sanchez Antunez
Hi. When I compiled some classes using the ant task ReloadTask from the sample build.xml, it doesn't reload the new compiled classes in tomcat. The only way that I found it does that is when I remove and reinstall the app. Do I have to wait for that behaviour, or am I doing something wrong.

ant reload question

2006-03-06 Thread Jesus Antonio Sanchez Antunez
Hi. When I compiled some classes using the ant task ReloadTask from the sample build.xml, it doesn't reload the new compiled classes in tomcat. The only way that I found it does that is when I remove and reinstall the app. Do I have to wait for that behaviour, or am I doing something wrong.

ant reload question

2006-03-04 Thread Jesus Antonio Sanchez Antunez
Hi. When I compiled some classes using the ant task ReloadTask from the sample build.xml, it doesn't reload the new compiled classes in tomcat. The only way that I found it does that is when I remove and reinstall the app. Do I have to wait for that behaviour, or am I doing something wrong. Thank