22/07/2008, 09:30
|
| | Fecha de Ingreso: junio-2008
Mensajes: 11
Antigüedad: 16 años, 7 meses Puntos: 0 | |
error en web-app hola nuevamente a todos pues con el siguiente problema, mi tomcat (4.1.31) funiconaba bien hasta hace unos dias, ahora solo funciona si en linea de comandos le doy catalina.sh run y me aparecen los siguientes errores:
WebappClassLoader: validateJarFile(...WEB-INF/lib/servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending
class: javax/servlet/Servlet.class
08:43:34 AM org.apache.commons.digester.Digester error
GRAVE: Parse Error at line 6 column 17: Document root element "web-app", must match DOCTYPE root "null".
org.xml.sax.SAXParseException: Document root element "web-app", must match DOCTYPE root "null".
at org.apache.xerces.util.ErrorHandlerWrapper.createS AXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(U nknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportErro r(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportErro r(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.rootEle mentSpecified(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.handleS tartElement(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startEl ement(Unknown Source)
....
08:43:34 AM org.apache.commons.digester.Digester error
GRAVE: Parse Error at line 6 column 17: Document is invalid: no grammar found.
org.xml.sax.SAXParseException: Document is invalid: no grammar found.
at org.apache.xerces.util.ErrorHandlerWrapper.createS AXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(U nknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportErro r(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportErro r(Unknown Source)
admeas aqui estan las primeras lieneas de las configuraciones de mis web.xml
del tomcat:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
de mi app:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
espero que alguien pueda ayudarme. se los agradezco de antemano. |