I'm new to Spring so forgive me if this is a completely ignorant question.
I've been developing a blog application to practice using Spring and Hibernate. I've noticed that as a click around my application, after about 8 - 10 link clicks, my application will hang. I don't get any errors, no exceptions pop up in my debugger and there doesn't appear to be anything telling in my Spring log files. I've tried to step through my code as well and there doesn't seem to be any point in my code that my IDE chokes on. The application will just sit there trying to load the next page forever.
Are there any other logs/places I can check to see what's going on besides what I already tried? I'm using Tomcat as my web container. To be honest, I'm not even sure if this a Spring problem, but this seemed as good as any place to post seeing how I don't have a clue what the issue is.
Thanks in advance!


Reply With Quote
.
