I don't know if this would be the problem but your dtd says 2.3 and 2_3 while 
the web-app tag says version=2.5.

Mine looks like this:

<?xml version="1.0" encoding="ISO-8859-1"?>

<web-app
    id="WebApp_ID"
    version="2.5"
    xmlns="http://java.sun.com/xml/ns/javaee";
    xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="
        http://java.sun.com/xml/ns/javaee
        http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";>

    <display-name>sample008-gae</display-name>

    <listener>
        <listener-class>
            org.springframework.web.context.ContextLoaderListener
        </listener-class>
    </listener>

    <blah /> <blah /> <blah />


Vik wrote:
> Hie
> 
> Today all of a sudden when i tried to deploy my app to GAE throws errors:
> An internal error occurred during: "Deploying SakshumWebProduction to 
> Google".
> Received IOException parsing the input stream for 
> D:/eclipse/vskumar/workspace/SakshumWebProduction/war\WEB-INF/web.xml
> 
> The contents of web.xml are just fine. here it is:
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE web-app PUBLIC
> "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>
> 
> <web-app xmlns="http://java.sun.com/xml/ns/javaee"; version="2.5">
> <servlet>
> <servlet-name>sakshumweb</servlet-name>
> <servlet-class>vik.sakshum.sakshumweb.SakshumWebServlet</servlet-class>
> </servlet>
> <servlet-mapping>
> <servlet-name>sakshumweb</servlet-name>
> <url-pattern>/sakshumweb/ui/page</url-pattern>
> </servlet-mapping>
> <welcome-file-list>
> <welcome-file>index.html</welcome-file>
> </welcome-file-list>
> </web-app>
> 
> Thankx and Regards
> 
> Vik
> Founder
> www.sakshum.com <http://www.sakshum.com>
> www.sakshum.blogspot.com <http://www.sakshum.blogspot.com>
> 
> > 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to