Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Images in Tomcat
Images in Tomcat [message #138751] Tue, 30 June 2009 09:13 Go to previous message
Emmanuel Marchal is currently offline Emmanuel MarchalFriend
Messages: 59
Registered: July 2009
Member
Hi,
Does anybody can explain me why I do not see any images in my deployed
application (on Tomcat) since my last update of RAP...
I have not changed the way the image is got:

public Image getImage(String name){
String path = "resources/images/"+name;
return
Graphics.getImage(path,NSFWWebApplication.class.getClassLoad er());
}

bin.includes = (...) src/resources/,\ (...)

All the images have disapeared, including images of RWT dialog (warning,
error, ...). So this let me think that the problem is not in my code.

Do I have to change something?

Thanks.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:deploying RAP: new tutorial?
Next Topic:Call URLs content with browser widget into a string
Goto Forum:
  


Current Time: Tue Oct 03 16:38:54 GMT 2023

Powered by FUDForum. Page generated in 0.02197 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top