Hi.

I've been lurking on this thread for a while this morning. Here's a few things you might want to consider....

1. Your perl script to serve up images is pulling from /images according to what was posted. Given that perl probably isn't chrooted to the directory your webapp is in, the image you are trying to access needs to be at /images/icc-logo.gif relative to the unix filesystem root, not tomcat's webapps/ROOT or any other webapps folder.

2. If you drop the HTML page test and just attempt to access the image directly via http://localhost/path/to/image.gif, what error do you get?

3. I take it you have the perl script for serving up images mapped to icc-logo.gif somehow in your config? I'd be interested to see that part of your setup.

--David

Mead, Jennifer L - VSCM wrote:

I already have that.  I really don't understand but I bet it turns out
to be something stupid (on my part).  It is pretty frustrating but for
now they get no images!  Thanks for the reply.

Jen
-----Original Message-----
From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 4:31 PM
To: Tomcat Users List
Subject: Re: Simple question, but can't figure out answer

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ahhh...

and in webapps/ROOT/

create a directory called WEB-INF (please note capitals) that should fix
your problem...

Regards

Andrew

On 11/07/2006, at 11:53 PM, Mead, Jennifer L - VSCM wrote:

What this does is draw the box where the image should be. When I right click on it and look at the properties and it finds the right file.
Just thought someone else would have ran into this ....

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFEtDShW126qUNSzvURAgtxAJwPa2jrrkN0241hVlxaxDf+eZd1bgCfbfSl
5pIOXiiNKc5pHCZHpqZlO08=
=haVp
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to