i have installed eclipse on Windows Vista and i have added a new Apache Tomcat server Apache Tomcat/7.0.27.
After i start the Apache in eclipse, i type in the url the following address "localhost:8080"
i get a page saying:
HTTP Status 404 - /
type Status report
message /
description The requested resource (/) is not available.
Apache Tomcat/7.0.27
http://localhost:random-port
likehttp://localhost:12345
. But you're retrieving Tomcat's own error page, so it runs perfectly fine, there's just nothing been deployed to the root. As to the problems which you faced when changing the server location, you might want to share the error messages which you got instead of ignoring them as if they're for decoration only. They namely contain the answer and we're able to explain them in layman's terms for you. – BalusC