Calling Images from another location

I've got a little problem here:

I've written a piece of code whereby the image displayed on the page will be called from the image directory located in at another machine.

The trouble is the image will not show up if it's in another machine but it shows if I put the directory together in the same server as the web application. The string setting that the application reads is based on Commons Configuration.

In other words, the image will not show up if it is placed at another server, but otherwise, it shows!

Please help on this....thank you!

Melvin

[593 byte] By [mcw22a] at [2007-11-26 15:35:08]
# 1
Uh - so if you hide the image away from your server, it can't display it? Now that's... normal I'd say. How would it be accessible on "the other machine"? How is the image served to the browser?
CeciNEstPasUnProgrammeura at 2007-7-8 21:52:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
If your "another machine" is also having a webserver, give the absolute url of the location from where you are accessing the image...
Vigitha at 2007-7-8 21:52:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...