Have you tried using ClientBundle.

Here is a nice explanation on how to use it with UiBinder

http://hcklab.blogspot.com/2010/11/uibinder-css-and-images-gwt.html

Cheers.

On Monday, October 6, 2014 1:36:10 PM UTC+2, Tom wrote:
>
> Ok, I built an GWT app. It has images folder located inside war folder.
>
> In my UiBinder I have something likje this
>
>  <g:Image url="/images/oLogo.png"/>
>
> I compiled my project and bring all the compiled files into Root folder of 
> tomcat then all imagea are fine as I can see them
>
> But if I copy the compiled files into a folder that is not Root folder 
> like ABC, then i can not see the image though the app works fine. This time 
> the image location will be ABC/images
>
> I do not want to change ABC/images/.. for all the image url in my Gwt 
> app, then the question is how to config the server so that i can see my 
> images?
>
>
> http://stackoverflow.com/questions/26215380/how-to-config-so-that-the-server-can-see-the-image-location-of-gwt-app-when-the
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to