I had a similar problem, I had to change the path for the image if I were using the Tomcat or Eclipse. I think that using this you could get rid of the problem: String path= this.getThreadLocalRequest().getContextPath()
With this you get the path where is it running the application, so you don't need to assign the path manually. On 11 feb, 17:57, "K. K. Forest" <[email protected]> wrote: > To extend on this, when generating an image (I am operating in hosted > mode) it puts it into MyEclipseProject/images, but when running the > service (in hosted mode) it tries to find it in MyEclipseProject/war/ > images. Does this mean that I cannot test this in hosted mode but only > in fully deployed mode? Is there a trick to link these two folders so > that I can use generative content without an extra deployment step? > > Ralf -- 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.
