Re: TomCat Learning

2008-01-31 Thread Julio Cesar Leiva
This Book is a good one Professional Apache Tomcat 6 http://www.wrox.com/WileyCDA/Section/id-WROX_SEARCH_RESULT.html?queryText=9780471753612field=keyword aum kumar wrote: Hi all, I am a java based developer used tomcat for the development purpose.but onlu know abt it in limited manner,i

Xmx and Xms size

2008-01-30 Thread Julio Cesar Leiva
Hi all We have an app on a m linux box dual processor dual core , 16GB RAM We are wondering what could be the ideal size for Xmx and Xms (Java Heap Size) We have a load test that hits our server with 800 clients sending request every sec. Thanks for your tips.

Re: Xmx and Xms size

2008-01-30 Thread Julio Cesar Leiva
Thanks all of you for your tips. They have gave us a lot of indication how to tackle this.. Great.,,, Mark H. Wood wrote: What kind of processors specifically? In a 32-bit address space, there's no point in giving Tomcat more than 2GB, because the JVM won't use it. If you have 64-bit

Re: tomcat5.5, balancer

2008-01-11 Thread Julio Cesar Leiva
Julio Cesar Leiva wrote: Hi all When we introduce load balancing and a 2nd tomcat worker, the time to service client requests is not balanced. Some clients are serviced as above, but others may take 10, 20, 30 seconds or more. Eventually, clients timeout and sessions are lost. We ran our

Re: Tomcat/Mod_jk on Redhat

2008-01-10 Thread Julio Cesar Leiva
Check this page http://apache.mirror.rafal.ca/tomcat/ Actually we have a Suse version 10.1 we managed to install a generic tomcat(version6.0.14, apache 2.26 and mod_jk1.2.26) So I don't see any probem doing the same thing in readhat Jacob Rhoden wrote: Hi Guys, We are trying to

Re: tomcat5.5, balancer

2008-01-09 Thread Julio Cesar Leiva
on this(balancer), as you can see below we were using tomcat 5.5.20 , apache 2.2.0 and mod_jk 1.2.25 so we updated them all , but still same problems Thanks a lot for your help Rainer Jung wrote: Julio Cesar Leiva schrieb: Hi all We have this setup 1 web server apache 2.2.0 I hope it's

Re: tomcat5.5, balancer

2008-01-09 Thread Julio Cesar Leiva
not throw an error for Duplicate MaxClients entries. Julio Cesar Leiva wrote: Hi all When we introduce load balancing and a 2nd tomcat worker, the time to service client requests is not balanced. Some clients are serviced as above, but others may take 10, 20, 30 seconds or more. Eventually, clients

tomcat5.5, balancer

2008-01-07 Thread Julio Cesar Leiva
Hi all We have this setup 1 web server apache 2.2.0 2 tomcat servers tomcat 5.5.20 mod_jk 1.2.25 This is our workers.properties workers.java_home=/usr/lib64/jvm/java worker.list=cbnbalancer,jkstatus # Set properties for worker1 (ajp13) worker.worker1.type=ajp13