• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Why there is an error Pages with a X underneath my deployment descriptor and servlet mapping?

 
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi experts,

I have this error Pages showing up in my project created in Eclipse EE Mars.

Can someone tells me how to get rid of this red colored error Pages ?  Please see attached.

Furthermore, the servlet mappings are not appearing in the web.xml files

It's been so long I have since touched on servlet, hope someone can point out to me if I have to manually indicate the servlet mapping in the web.xml.

Thanks.


error-Eclipse-ide-below-deployment-descriptor.png
[Thumbnail for error-Eclipse-ide-below-deployment-descriptor.png]
 
Ranch Hand
Posts: 270
15
Android Angular Framework Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may wish to try either clicking that node in the graph to see what it shows you.  The red x is a symbol for error, so you may actually just HAVE error pages, rather then BE in error.  Sorry I cannot help more...
 
tangara goh
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Foster,
I did.  When the node is clicked, this is what it brought me to :

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
 <display-name>Hi5</display-name>
 <welcome-file-list>

   <welcome-file>index.jsp</welcome-file>

 </welcome-file-list>
</web-app>


Anything wrong with this page ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic