I'm currently studying Java and have developed a Java Application which I want to host on Google App Engine but when I run it and select as WAR directory my WebRoot directory I get an error "GWT compilation failed" and it asks to add an entry but there is nothing to add. Could anyone help me. Here is the structure of my application:

Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
For GWT project, you must have entrypoint class and *.gwt.xml file. So, when you compile your application, GWT will try to find gwt.xml file first and then GWT will look entrypoint entry in gwt.xml. You will not able to compile your jsp-servlet project with GWT. Please let me know if you have any question. |
|||||
|