<bugzilla <at> apache.org> writes: > > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT > <http://issues.apache.org/bugzilla/show_bug.cgi?id=40751>. > ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· > INSERTED IN THE BUG DATABASE. > > http://issues.apache.org/bugzilla/show_bug.cgi?id=40751 > > ------- Additional Comments From markt <at> apache.org 2006-10-14 07:46 ----- -- > This works for me. Please provide a simpe test jsp that runs as expected on > 5.5.17 and slowly on 5.5.20. > > If this was a Tomcat issue I would expect to see many reports on the users list > - there have not been any. Without a test case, the assumption is going to be > that something in your environment is the root cause rather than Tomcat. >
I have a fully working site using 5.5.20, JK 1.2.19 and IIS but CPU is always near 100%. IIS is located into the same machine of TomCat, memory is fine, anc my server has 2 processors and 2 GB of RAM. This is my config: worker.list=balancer,jkstatus worker.main.type=ajp13 worker.main.host=localhost worker.main.port=8009 worker.main.socket_timeout=60 worker.main.lbfactor=1 #Firewall between Tomcat and HTTP Server worker.main.socket_keepalive=true worker.main.connection_pool_size=10 worker.main.connection_pool_timeout=600 worker.balancer.type=lb worker.balancer.balance_workers=main # Define a 'jkstatus' worker using status worker.jkstatus.type=status worker.jkstatus.mount=/jkmanager/* # # worker.tomcat_home should point to the location where you # installed tomcat. This is where you have your conf, webapps and lib # directories. # worker.tomcat_home=C:\Program Files\Apache Software Foundation\Tomcat 5.5 # # worker.java_home should point to your Java installation. Normally # you should have a bin and lib directories beneath it. # worker.java_home=C:\Program Files\Java\jdk1.5.0_09 ps=\ Please help me !!! Many people post similar messages on the web about Tomcat and CPU at 100%. Thank you in advance Roberto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]