Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Problem in Loading JSP

Reply
Thread Tools

Problem in Loading JSP

 
 
Mayur
Guest
Posts: n/a
 
      03-08-2007
hi friends, my jsp never had any problem for small amount of data, but
when the amount of data increases the jsp fails to load complete data
only a specific part of data is loaded on the client PC. i dont
understand what is the problem. Pleeeeze help me.
I am using struts framework under tomcat 5.5 server.
note: there is no problem with the network connection.

 
Reply With Quote
 
 
 
 
Sem
Guest
Posts: n/a
 
      03-08-2007
On Mar 8, 6:54 am, "Mayur" <mayurda...@gmail.com> wrote:
> hi friends, my jsp never had any problem for small amount of data, but
> when the amount of data increases the jsp fails to load complete data
> only a specific part of data is loaded on the client PC. i dont
> understand what is the problem. Pleeeeze help me.
> I am using struts framework under tomcat 5.5 server.
> note: there is no problem with the network connection.


As you know JSP is converted to Servlets. Did you try to load your
data with Servlet?

-Sem

 
Reply With Quote
 
 
 
 
Mayur
Guest
Posts: n/a
 
      03-10-2007
On Mar 8, 8:21 pm, "Sem" <semj2e...@gmail.com> wrote:
> On Mar 8, 6:54 am, "Mayur" <mayurda...@gmail.com> wrote:
>
> > hi friends, my jsp never had any problem for small amount of data, but
> > when the amount of data increases the jsp fails to load complete data
> > only a specific part of data is loaded on the client PC. i dont
> > understand what is the problem. Pleeeeze help me.
> > I am using struts framework under tomcat 5.5 server.
> > note: there is no problem with the network connection.

>
> As you know JSP is converted to Servlets. Did you try to load your
> data with Servlet?
>
> -Sem


Hi Sem,
I have even checked up the converted servlet the output of the servlet
is breaking after a specific amount of data is transfered. I dont know
how and why but it just dont give the complete output

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
loading image -> detect when image is done loading edfialk Javascript 0 05-10-2007 07:28 PM
[OT] Is loading the second Java application faster than loading the first? David Segall Java 2 01-02-2007 04:41 PM
data, jsp and jsp tag problem, best practice needed quickcur@yahoo.com Java 5 10-05-2006 04:19 AM
[JSP] difference between jsp:forward and jsp:include alexjaquet@gmail.com Java 0 06-02-2006 01:21 PM
Image loading using javascript. Handling timeouts and parrallel loading under IE zborisau@gmail.com Javascript 4 08-28-2005 02:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57