Spring / Hibernate project with Tomcat and JQuery.

Posted by Tiago on Stack Overflow See other posts from Stack Overflow or by Tiago
Published on 2010-05-19T17:48:26Z Indexed on 2010/05/19 17:50 UTC
Read the original article Hit count: 133

Filed under:
|
|
|
|

Hi,

I have a Dynamic Web Project that implements Spring and Hibernate using a Tomcat Server (v6). I'm lauching Tomcat with my Eclipse Galileo and I'm not getting any errors in the console but Tomcat is rendering my webpages randomly.

The page just keep loading but without displaying anything, there's nothing on the console either. When I go in debug mode, it goes throught the right steps, everything seems alright. When I display the source code on the web browser (Firefox latest build) it shows me the right code that is needed to display the page I called.

What am I not getting here? Plus when I stop Tomcat, it renders a part of the page. I'm wondering if JQuery could be the problem?

The thing is that it's a collaborative project and that the others managed to run the web application in the most alright way.

Please, share your experience with me.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about spring