Hi everyone,
So, I finally got it to the point where if I put
http://localhost:8080/ into navigation on my web browsers, I go to the
Tomcat site. The one that says
If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!
But!! When I try to do something else, like
http://localhost:8080/SomeDirectory/hello.html it gives me the error message
"HTTP Status 404 - /SomeDirectory/hello.html
--------------------------------------------------------------------------------
type Status report
message /SomeDirectory/hello.html
description The requested resource (/SomeDirectory/hello.html) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.35"
Yet at the same time, if I enter into the navigation bar C:\Java\tomcat\webapps\ROOT\SomeDirectory\hello.html, THAT shows up correctly!
Plus, once I'm at the main Tomcat page, nothing that isn't already online works. For instance, if I go to the left menu and click anything there besides "Tomcat Online"-- for example, Administration->Status, I get an error message:
"HTTP Status 404 - /manager/status
type Status report
message /manager/status
description The requested resource (/manager/status) is not available.
Apache Tomcat/6.0.35"
What's going on? The directory for that CAN'T be wrong, can it?
Please help!