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 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 [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 -~----------~----~----~----~------~----~------~--~---
