"HTTP Status 404 - /" (localhost: 8080) when trying to install apache tomcat in Eclipse

I installed eclipse on Windows Vista and I added the new Apache Tomcat server Apache Tomcat / 7.0.27.

After starting Apache in eclipse, I type in the URL for the following address "localhost: 8080"

I get a page with the message:

HTTP Status 404 - /
type Status report
message /
description The requested resource (/) is not available.
Apache Tomcat/7.0.27
+5
source share
1 answer

Hi, I ran into the same problem and the problems were resolved below.

  • In eclipse, right-click on the server and select properties.
  • If the "Location" is set to the workspace / metadata, click on the location of the switch and link /servers/tomcatv7servertolocalhost.server
  • Save and close
  • Next double click on the server
  • useworkspacemetadata
  • usetomcatinstallation
  • localhost:8080.
+14

All Articles