Peter Johnson [https://community.jboss.org/people/peterj] created the discussion

"Re: How do dynamically load the images in JBoss AS 7"

To view the discussion, visit: https://community.jboss.org/message/730324#730324

--------------------------------------------------------------
This is basically the same algorithm that a web server uses to serve images 
that are within the web app. Your JSP should be writing <img> tags into the 
HTML output and let the browser request the separate images, usally in 
parallel. Thus multiple instances of the servlet will be running, each 
processing a different image request.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/730324#730324]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to