Tengo el mismo problema con las preguntas aquí: Tomcat started in eclipse but unable to connect to link to http://localhost:8085/, que significa que no puedo abrir http://localhost:8080/ en el navegador:No se puede abrir http: // localhost: 8080/Tomcat cuando se está ejecutando en Eclipse
HTTP Status 404 -/
type Status report
message/
description The requested resource (/) is not available.
Apache Tomcat/7.0.27
//Console info when tomcat started//
Apr 10, 2012 4:26:32 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to org.eclipse.jst.jee.server:SimpleServletProject' did not find a matching property.
Apr 10, 2012 4:26:32 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Apr 10, 2012 4:26:33 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Apr 10, 2012 4:26:33 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 880 ms
Apr 10, 2012 4:26:33 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Apr 10, 2012 4:26:33 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.27
Apr 10, 2012 4:26:33 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Apr 10, 2012 4:26:33 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Apr 10, 2012 4:26:33 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 495 ms
Estoy usando Tomcat 7.0.27, Eclipse Europa y Java 1.6.0_32. Vi la respuesta de BalusC, pero el problema es que no pude seleccionar la instalación de Tomcat (la imagen a continuación).
¿Qué podría estar mal aquí?
EDIT1: Cuando traté de crear la página de demostración, no se podría abrir también (con el mismo error).
Edit2: seguido este hilo Why tomcat server location property is greyed in Eclipse puedo abrir http://localhost:8080/ en el navegador, pero aún no puede acceder a la página web de demostración ..
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web- app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
<display-name>SimpleServletProject</display-name>
<welcome-file-list>
<welcome-file> index.html</welcome-file>
</welcome-file-list>
</web-app>
PD: Parece que no hay más espacio para mí para publicar índice. hmtl (es solo un html normal) ..
Intenta usar el nombre de host y marca. – Phani
hacer un ping localhost y ver si se resuelve; si no necesitas una entrada de host – sfk