On 07/06/2012 15:20, Pablo wrote:
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...
Can't you make a hard-link (or symbolic link) to this folder from your Web
folder?
Honestly, I don't know if it can work...
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
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.