Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tomcat tuning

Status
Not open for further replies.

tnerurkar

Programmer
Apr 9, 2003
35
0
0
IN
Hi all,

When I am doing perfomance tuning for my application which is on Tomcat. Application perfomance is very slow. We are checking application perfomance but I want to know how to tuned tomcat application. My hardware and softwares configuration is
Hardwares
---------
2 Dual Core 64 bit Intel(R) Xeon(R) CPU 5130 @ 2.00GHz - Cache 4096 KB
- Memory 2 GB

Softwares
---------
jdk-1_5_0_02
jakarta-tomcat-5.5.9
tomcat-connectors-1.2.20
httpd-2.0.52-19

Please tell me how can I tuned Tomcat for real sites.

Regards
Tushar
 
If somethings running slowly in Tomcat there are two things that are generally causing it :

1) Bad hardware.
2) Bad programming.

Given your hardware is not tooooo bad, then I'd suggest the latter.
There is not anything really that I know of to "tune" Tomcat (apart from assigning more RAM to Tomcat's JVM).

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top