That's a good idea but it doesn't look like it. Here are all of my images directories under tomcat.

./server/webapps/host-manager/images
./server/webapps/manager/images
./webapps/admin/images
./webapps/balancer/images
./webapps/jsp-examples/images
./webapps/ROOT/archived/images
./webapps/ROOT/images
./webapps/servlets-examples/images
./webapps/team/images
./webapps/tomcat-docs/appdev/sample/web/images
./webapps/tomcat-docs/images

On Jul 25, 2007, at 3:01 PM, David Smith wrote:

Do you happen to have a webapp named images? If so, that's probably receiving your request instead.

--David

Edward Mckee wrote:

When I try to load images in ROOT/images I get a "requested resource (/images/submit.jpg) is not available." error
If I move this image to ROOT/image it works.

The the file is in the images directory webapps directory is webapps/ ROOT/images/submit.jpg

The file is in the images and image directory.
ROOT/images/submit.jpg
ROOT/image/submit.jpg

(Does Not Works) http://76.79.2.227:8080/images/submit.jpg
(Works) http://76.79.2.227:8080/image/submit.jpg

I've verified that the images file works in other application directories. i.e. http://76.79.2.227:8080/admin/images/submit.jpg. I looked in the web.xml files to see if there was any mapping related to /images but couldn't find anything.
















---------------------------------------------------------------------
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