Two possibilities.
1) Write a servlet that returns the icon. Your html page would then reference the servlet,
providing enough information in the url so that the servlet can identify the icon.
2) Use an external directory
(
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories) and place the icons there.
Unfortunately, this means having two three things to deploy instead of just two.
I would go with option 1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106459#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...