I have used Google App Engine for Python development, and I have some experience of Enterprise Java development using JSF2 on Tomcat.
However, I have been following this guide to set up GAE with JSF2, but cannot get it to work. The application builds with no errors, but throws a warning at runtime:
WARNING: failed JettyContainerService$ApiProxyHandler@70e71bb9: java.lang.NoSuchFieldError: EnableTransitionTimeNoOpFlash
Attempting to visit the (local) web application address in a browser shows a 404 error.
A Google search and search of StackOverflow returned zero results for this error. Any help would be very much appreciated, as I'm using these technologies for my thesis.