Several possibilities:

1) Is this png custom built for this page and will never be reused? If so, I 
would have the servlet write the png contents to the response buffer and set 
the mime type to  image/x-png

2) Deploy your app in an exploded format. Then you can dedicate a directory to 
the PNGs that you create. http://www.jboss.org/community/docs/DOC-9719 

3) Define an external directory and place your PNG file there. 
http://www.jboss.org/community/docs/DOC-9727

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187053#4187053

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187053
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to