HI all,
I am using tomcat 6.
Almost 10 applications are deployed on that. My question is that Only one application runs slow when more than 10 users login to that system.
What would be cause? I have checked logs and found only one error getOutputStream() has been already called for this response. Thanks
Balaji
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
There are many possible causes - my crystal ball is in the shop for the 10000 vision checkup so I can't see what resources your application(s) use.
If I had to guess I would say the application that slows down is making database calls.