2010/1/25 Matt Eustace :
>
> 127.0.0.1 - - [22/Jan/2010:15:50:50 +] "GET
> /img/brava/LogoBall_DK.gif HTTP/1.1" 404 1030
>
Note, that HTTP is case-sensitive. If you request does not match
casing of the actual folders and file, Tomcat won't serve them.
Best regards,
Konstantin Kolinko
---
> From: Matt Eustace [mailto:meust...@attevo.com]
> Subject: Files in Subdirectories not being served.
> I have just created an application by typing in the
> virtual path and physical path of the files.
Typing in where?
> My inf file is:
Where is your so-called &qu
Hi,
I am running Tomcat 5.5. I have a deployed application and in addition I
have a directory and subdirectory structure that stores and serves
supporting files such as .js and images. For the latter, I have just
created an application by typing in the virtual path and physical path
of the files.