From: "Gaet" <[EMAIL PROTECTED]>
> I'm writting a web application using J2EE where
> several pages can contains the same images.
> I would like to have the path to these images into
> one place an if possible into the same place for all images.

I have Apache serve images directly, so all my webapps have <img
src="/images/abc.gif"> and those files live under Apache's document root.
(For development which I do with Tomcat alone, they're under the ROOT
webapp.)

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to