Questions tagged [static-resource]
70 questions
0
votes
1 answer
red5 web app provide external static resource
I am new to Red5. From my Red5 webapp I need to provide static content (in external directory) as a resource. In red5-web.xml,
I spent lot of time but could not figure…

user4231878
- 45
- 1
- 4
0
votes
1 answer
static resource mapping in spring mvc
I did mapping for image files in spring context file as below:
I tested this for direct accessing of image in url in browser address bar:
…

S Singh
- 1,403
- 9
- 31
- 47
0
votes
2 answers
Why does node.js app CSS load in my IDE but not on a localhost?
I am making a nodejs application using LightTable, and the css seems to be loading fine when I indicate a relative path to the file in my tag. When I run node index.js, however, the server starts up and the page loads fine, but I get…

kurofune
- 1,055
- 12
- 26
0
votes
1 answer
Assigning Static Resource to apex:image from Apex class
I want to assign a static resource image based on a pick list selection to . Any idea how do I do that using apex class. I was able to achieve this using a javascript function but then I have a requirement to render this page as PDF which doesn't…

Vinar
- 5
- 7
0
votes
1 answer
Fail to serve .jsp and .html file via default servlet handler using spring mvc
The title should explain the biggest part :)
I should be able for example to access http://www.someurl.com:8080/index.jsp but instead I get HTTP Status 404 - /index.jsp
Now why do I assume I should be able to serve static content (ie not be…

ruben056
- 112
- 8
0
votes
1 answer
Browser failed to load resource with deep levels of folders
I have encountered a strange problem.
Here is the screenshot from the inspector tools.
The browser failed to load some resources even though the resources do exist. When I open the URL from another tab, the resource is successfully loaded.
URL in…

long.luc
- 1,191
- 1
- 10
- 30
0
votes
0 answers
Getting 404 error for CSS, Image and JS files in tomcat live/production server
I have launched a new site www.example.com (real name hidden). i had upload basic web project which will have a index.html file, css, js, images and WEB-INF folder with web.xml file inside.
I named project as simpleProject, i placed the project…

user2679721
- 49
- 3
- 7
0
votes
2 answers
How to give path for external javascript file inside WEB-INF in JSP
I am developing Spring web application.
my application package structure is
web/----|
|WEB-INF/
|-jsps/
|-scripts/
|-styles/
|-web.xml
It is Spring MVC & maven based project. I have to use…

Raju Boddupalli
- 1,789
- 4
- 21
- 29
0
votes
3 answers
java:how to hide static resources like html ,images from user on jboss platfrom?
I have developed a java 1.4 web application.Application is deployed on jboss(tomcat).
suppose my folder structure is
mainfolder(contains subfolders and jsp pages)
images(contains all of images files)
headerfiles(header files)
…

Maddy.Shik
- 6,609
- 18
- 69
- 98
0
votes
1 answer
Reuse of StaticResource in Silverlight 2.0
I am currently testing with Silverlight 2.0 Beta 2, and my goal is to define a resource element once and then reuse it many times in my rendering. This simple example defines a rectangle (myRect) as a resource and then I attempt to reuse it twice…

emsieja
- 186
- 1
- 2
- 10