No images are found
Added by Brane D about 10 years ago
Hello,
i want to implement a tree example. If i run my project, the images were not be found (see screenshots).
Where do i have to put my images?
visual.png (183 KB) visual.png | |||
tree.png (16 KB) tree.png |
Replies (2)
RE: No images are found - Added by Brane D about 10 years ago
My command argument is ---http-address=0.0.0.0 ---http-port=8080 ---docroot=Debug/.
If i put the images in the Debug folder, then the images were be found. But i want to put them into a folder named icons.
Also the resources weren't been found, although the folder is in the debug folder.
folder.png (75 KB) folder.png |
RE: No images are found - Added by Koen Deforche about 10 years ago
You need to observe the HTTP access log which is printed out. It tells you what files the browser is trying to fetch and a 404 status code indicates when they were not found in the 'docroot'.
It's really just a matter of having files in your docroot in the correct place.
Koen.