pinky88 wrote: [...] > applicationWebConfig > SEVERE: Parse error in application web.xml file at > jndi:/localhost/LoginApp-1.0-SNAPSHOT/WEB-INF/web.xml > org.xml.sax.SAXParseException: XML document structures must start and end > within the same entity. [...] > applicationWebConfig > SEVERE: Occurred at line 26 column 4
Your web.xml is broken. At least the final </web-app> is missing. [...] > validateJarFile > INFO: > validateJarFile(/home/karen/development/apache-tomcat-5.5.23/webapps/MyWebApp-1.0-SNAPSHOT/WEB-INF/lib/jsp-api-2.0.jar) > - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: > javax/servlet/jsp/JspPage.class > 18-Jul-2007 17:08:15 org.apache.catalina.loader.WebappClassLoader > validateJarFile > INFO: > validateJarFile(/home/karen/development/apache-tomcat-5.5.23/webapps/MyWebApp-1.0-SNAPSHOT/WEB-INF/lib/servlet-api-2.4.jar) > - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: > javax/servlet/Servlet.class Remove the JSP and Servlet jars from your webapp. At best, they are of no use in there. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]