HI , I am using JSP + apache tomcat 5.5 .
The database I am using is mysql. The database have tables , with rows 1.2 lacs and above . I have to run atleast , atleast 15+ sql query in one JSP page .
while loading the page , after query are run , complete page doesn't get loaded , many times , but not every time.
For ex: some combobox items coming from database stop in between and all the HTML components below it ,can't be seen.
can some one guide me what to do . Is it related to server configuration ??