1 Reply Latest reply on Jan 14, 2013 1:48 AM by nickarls

    Load Image from Outside webcontext

    jacktrades

      Storing images in a specific folder... In Jboss AS 7.1, with JSF 2.0 / Primefaces, Which would be the standard way to serve them? (trying to avoid Apache in front of Jboss)

       

      Also trying to see if there is a better way than just writing a custom servlet...

       

      Tried adding <Context> to jboss-web.xml, but it didn't work...

       

      Specifically, I'm after option 2 from this answer: http://stackoverflow.com/a/4543951/1341526