Hello, I would like to display images in my GWT webapp from a $HOME folder. Those images are regularly updated by a local process which has no permissions to write into the WAR folder.
I've been googling and I've found some suggestions at Tomcat's forums proposing to modify the web.xml file to expose a local file in the server: <Context path="/images" docBase="/home/name/images/" /> But this doesn't seem to work with GWT... Any ideas to solve or workaround this issue? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
