Hi, See the limitations and workaround here[1]. Need 2.3.0-RC1.
This is because of a bug in GAE which they aren't fixing unfortunately[2]. regards Bob [1]: http://click.apache.org/docs/extras-api/org/apache/click/extras/gae/GoogleAppEngineListener.html [2]: http://code.google.com/p/googleappengine/issues/detail?id=3417 On 3/02/2011 15:42, tomasz bandura wrote: > Hello, > > I noticed a strange behavoiur of application deployed on appengine. > > In the local environment I can change the mode to the , for example 'profile' > or 'production' mode > and it works. > The problem is the application deployed on appengine can works only with > trace and debug mode. Other > values cause 'PageNotFound' error. > > Unfortunately in logs there aren't any additional information. > > What could be wrong? > > Regards, > Tomasz > > Ps. I use SpringClickServlet to have an access to the services accessible in > app context > > * > * >
