[jboss-user] [Beginners Corner] - Re: Help required to create a file in the web application co
PeterJ
do-not-reply at jboss.com
Wed Nov 5 14:48:00 EST 2008
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
More information about the jboss-user
mailing list