You probably want the image to be c:\inetpub\wwwroot\ifolder\image.jpg, if
you're running IIS, the point being that your web server is probably not
mapped right to the root of the hard drive.

HTH,
Lee Grey
Grey Matter
http://www.URLinOne.com


-----Original Message-----
From: Eric Hansen [mailto:ephansen@;pacbell.net]
Sent: Friday, November 08, 2002 9:02 PM
To: Tomcat Users List
Subject: images outside tomcat context


Hello,
I have a web application that needs to display images that are stored on
various machines (outside the tomcat context).

I tried to use:   <img src="http://ipaddress:8080/ifolder/image.jpg";>    but
the image is not displayed.  The local path of the image is
c:\ifolder\image.jpg on a machine with a known ip address.  It seems that
this should work as long as I have IIS or Apache running on the PC's that
host the images....

Any help on this is much appreciated!

Thanks,
-Eric Hansen


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to