Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Images in Tomcat

Status
Not open for further replies.

dvknn

IS-IT--Management
Mar 11, 2003
94
US
I have web application on TomCat 4.1.18. I am using a couple of images in my application.

I am setting the 'img' tag src property as an absolute path ..like:

file:///E:\folder1\images\sample_logo.gif


I want to use a relative path. How is it possible?

Please indicate if I need to make any configuration changes? OR

Is it only a change in the SRC attribute of IMG tag.

Thanks,

 
>> Is it only a change in the SRC attribute of IMG tag.

yes something like:

src="/images/sample_logo.gif"

where the first (leftmost) '/' represents the "root" folder of the "Web application".

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top