I need clarfication with reference to static elements in
JSP file.
I have JSP file which is convereted into HTML file by application server and the same is returned to the web server where the request was originated.
Assume there are few images files referenced within the JSP page.
I would like to know whether image files will be forwarded by the AppServer to Weberver and Webserver will forward the images+HTML to browser client ?
(OR)
The Webserver will parse the HTML file again and send the related image files to browser client ?
Thanks in Advance
Sankar