Deployment Descriptor In Luna [message #1692755] |
Fri, 17 April 2015 10:55 |
Eclipse User |
|
|
|
Hi.
I can't figure out how to clear this issue (the problems view do not display anything). Been searching Google for days to no avail. Removing "http:" from specs in order to post.
Runtime: Java 1.7.x
Server: Tomcat v.7.0 at localhost
Thanks in advance for any pointers you can provide.
Here's the web.xml and a pic of the navigation tree is attached.
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="//www.w3.org/2001/XMLSchema-instance"
xmlns="//java.sun.com/xml/ns/javaee"
xmlns:web="//java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
xsi:schemaLocation="//java.sun.com/xml/ns/javaee
//java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
<display-name>BuildJSLibrary</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<!-- ========================================================== -->
<!-- Error Handler -->
<!-- ========================================================== -->
<!-- Define an error handler for 404 pages -->
<error-page>
<error-code>404</error-code>
<location>/error404.html</location>
</error-page>
<!-- Define an error handler for java.lang.Throwable -->
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/errorThrowable.html</location>
</error-page>
</web-app>
|
|
|
Powered by
FUDForum. Page generated in 0.03860 seconds