Hi,

Getting this error when trying to deploy my Hello World application. Alot of 
the sources indicate that this is a problem with the web.xml file. However 
checking the file contents, do not show any mistakes etc. Here is the copy of 
the web.xml file. Any ideas ? 

<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" 
        xmlns="http://java.sun.com/xml/ns/j2ee"; 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
        http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>

        <display-name> Hello World </display-name>
        
                <display-name> Hello World </display-name>
                <servlet-name> hello </servlet-name>
                <jsp-file>hello.jsp</jsp-file>
        
        <welcome-file-list>
                <welcome-file>hello.jsp</welcome-file>
        </welcome-file-list>
</web-app>

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to