Re: Why is my page repeatedly invoking itself?

2009-02-12 Thread Tim Funk
Use Firefox + LiveHttpHeaders and discover that the page is probably being invoked many times (probaly due to a bad image tag or other media asset) -Tim Jonathan Mast wrote: Here's my setup: Java 1.4.2 Tomcat 5.5.17 Windows XP I'm developing in NetBeans 6.5 (which is invoking Tomcat) The page

Why is my page repeatedly invoking itself?

2009-02-11 Thread Jonathan Mast
Here's my setup: Java 1.4.2 Tomcat 5.5.17 Windows XP I'm developing in NetBeans 6.5 (which is invoking Tomcat) The page just reads from a database and stuffs the results into a table. I noticed that the page was taking forever to load, so i placed logging statements in it, at the beginning of

Re: Why is my page repeatedly invoking itself?

2009-02-11 Thread Pid
Using my special powers of internetelepathy, I will guess the code contents of your page and diagnose the problem... Ommm [there will be a short delay while this occurs] p Jonathan Mast wrote: Here's my setup: Java 1.4.2 Tomcat 5.5.17 Windows XP I'm developing in NetBeans 6.5