Hi all,
I'm new to Apache and Tomcat, here's my problem. I have two folders in the Tomcat webapps directory cas and idp, inside each folder there is a test.txt file, the file inside the cas folder displays in the browser, the file in the idp folder doesn't, I get a 404 error.
webapps
|_cas
| |
| test.txt
|
|_idp
|
test.txt
Why would this be? The 404 error is shown in the Apache access log.
172.16.0.5 - - [05/May/2010:09:00:15 +0100] "GET /cas/test.txt HTTP/1.1" 200 3
172.16.0.5 - - [05/May/2010:09:00:31 +0100] "GET /idp/test.txt HTTP/1.1" 404 952
Any suggestions on where I should look?
PS The path is correct, I've checked it many times.
Thanks
Steven