Just to clarify... do you need to read THE jsp file or get the output
from it? i make a few txt/plain files in jsp (like a template) and i
read them using URLConnection... i don't know if the bandwidth goes up
this way, since i haven't had that constraint.

On Aug 12, 11:53 am, Marc Hacker <marc1hac...@gmail.com> wrote:
> I need one JSP file to read another JSP file into a String
>
> Is there some efficient way to just read the URL e.g. using
> URLConnection to localhost/my.jsp
>
> Or is there some trick for one JSP to read another JSP page into a
> String?
>
> I want to do this efficiently (i.e. make sure it goes to the same
> server not out to the network) and without paying for the bandwidth!
>
> Thanks
>
> Marc

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to