Hi,
I have finished the tutorial for robot, but when I tried to deploy it
on App
engine it failed. I have checked the codes many times...
The error detail is "receive IOException when parsing web.xml"
and my application ID is robot-harrydou
Pls. contact me by [email protected]
Thanks a lot!

hi!
this is my web.xml...

<?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>Robot</servlet-name>
        <servlet-class>robot.RobotServlet</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>Robot</servlet-name>
        <url-pattern>/_wave/robot/jsonrpc</url-pattern>
    </servlet-mapping>
</web-app>

can you guys find the error?
thanks!

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to