When I tried to deploy a war file, I got the following Exception complaining 
about my web.xml file. Please help.

15:23:43,453 WARN  [Tomcat5] Failed to parse descriptors for 
war(file:/D:/jboss-3.2.6/server/default/tmp/deploy/tmp20117CVF_v01_00.ear-contents/floghmi.war/)
org.jboss.deployment.DeploymentException: Failed to parse WEB-INF/web.xml; - nes
ted throwable: (org.jboss.deployment.DeploymentException: java.sun.com; - nested
 throwable:
......

My web.xml is below. Anything wrong with it??

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 
1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>

<web-app>
  
    <servlet-name>LogConfig</servlet-name> 
    <jsp-file>LogConfig.jsp</jsp-file> 
  
</web-app>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868876#3868876

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868876


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to