It's probably not a TT problem, but more related to where the web server serves its files from - try creating a simple static HTML file with an image, and serving that up.
Pathnames should be relative to the (virtual) server root, not the Unix absolute path. You can check the server log file for files not being found to get a clue to where it is trying to get them from.