Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » WAR Validation failure
WAR Validation failure [message #200067] Thu, 20 September 2007 09:23
Zohar Amir is currently offline Zohar AmirFriend
Messages: 419
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_004F_01C7FB78.A6930A10
Content-Type: text/plain;
format=flowed;
charset="windows-1255";
reply-type=original
Content-Transfer-Encoding: 7bit

Using the Europa release, I have a dynamic web project, for which I get the
following error:

CHKJ3000E: WAR Validation Failed:
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.De ploymentDescriptorLoadException:
WEB-INF/web.xml Formatter Unknown 1190215481406 66029

(probably) as a result of the above error the deployment descriptor in the
project's explorer is empty.
Attaching my web.xml here.

Can anyone help please?
Thanks,
Zohar


------=_NextPart_000_004F_01C7FB78.A6930A10
Content-Type: text/xml;
name="web.xml"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="web.xml"

<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<web-app xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance"
xmlns=3D"http://java.sun.com/xml/ns/javaee"
xmlns:web=3D"http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation=3D"http://java.sun.com/xml/ns/javaee =
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id=3D"WebApp_ID" version=3D"2.5">
<display-name>Generator</display-name>
<servlet>
<description></description>
<display-name>Formatter</display-name>
<servlet-name>Formatter</servlet-name>
<servlet-class>
com.mycompany.Formatter
</servlet-class>

<init-param>
<param-name>projectsRootUrl</param-name>
<param-value>/projects</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>Formatter</servlet-name>
<url-pattern>/Formatter</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>Formatter</welcome-file>
</welcome-file-list>
</web-app>
------=_NextPart_000_004F_01C7FB78.A6930A10--
Previous Topic:Opening files with other extension in Web Page Editor
Next Topic:How to generate a Web Service Client in an EJB project
Goto Forum:
  


Current Time: Thu Apr 25 06:41:39 GMT 2024

Powered by FUDForum. Page generated in 0.02891 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top