Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/05/2009, 10:38
Noelito3
 
Fecha de Ingreso: mayo-2009
Mensajes: 169
Antigüedad: 15 años
Puntos: 3
Error 500 usando Spring Framework

Buenas a todos:

Estoy haciendo este tutorial:
static.springframework.org/docs/Spring-MVC-step-by-step/part4.html

y cuando en el navegador pongo la página:
localhost:8080/springapp

me salta el error 500:
javax.servlet.ServletException: Servlet.init() para servlet springapp lanzó excepción
org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)

...

org.springframework.beans.factory.xml.XmlBeanDefin itionStoreException: Line 10 in XML document from ServletContext resource [/WEB-INF/springapp-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'beans'. One of
Si alguien me puede ayudar, se lo agradecería!