How to find out the tomcat problem

I am using tomcat 4.12,jdk 1.4 and SQL server 2000 as back end.

while accessing report ticket module in our application continouosly, module details screen takes time to load. at that time

while accessing other modules in the another browser, it is also not loaded.

That report ticket module is interrelated with the all other modules.

After that i have restarted the tomcat and accessed report ticket module continouosly. after few hours same problem occured.

I have checked sql profiler to check the queries which is taking longer time.

and also analyzed the queries which takes longer time.

WHy the problem occured while accessing the particular module...

Thanks

[723 byte] By [memory_leak_problem_efirsthelpa] at [2007-10-2 10:17:13]
# 1
I may have misunderstood the point. Does the problem arise only when you open another browser to access the application? If yes there is definitley an issue with session management.
Wordum.coma at 2007-7-13 1:43:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Hi,

Not like that.

when i was started the tomcat, i have opened my application in the 2 browers. frequently accessed the report ticket module in the 2 browers. After few hours report ticket module details screen loads very slowly. at the same time when i was accessed the other module in the second brower that module details also not loaded...

memory_leak_problem_efirsthe at 2007-7-13 1:43:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

It may be the problems of your application, not Tomcat's. I don't think it is possible to help you - there are too many things that can cause such behaviour - from memory leaks to incorrect business logic. You may want to use some debugging and logging tools to find the place that eats many resources thus slowing some of your modules.

Good luck.

Wordum.coma at 2007-7-13 1:43:11 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...