Do you see the same paring error when you use the "default" web.xml header that the Eclipse plugin generates?
<?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" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> - Jason On Mon, Oct 26, 2009 at 4:15 AM, harrydou <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
