[appengine-java] Re: Can't initiate backend instance

2012-01-16 Thread André Ikeda
Hi all, I've already submitted a ticket for appengine. Finally, after a deeper study, I found the problem: Using: java sdk-1.6.1 Backend instance startup will fail if you have a welcome file listed with same extension in JSF Servlet url-pattern. Example: 1) *.html index.xhtml index.htm

[appengine-java] Re: Can't initiate backend instance

2012-01-15 Thread André Ikeda
Well.. I found where is the problem. Doing many deploys as declarations in *web.xml*, I could identify (* step-by-step*) which configuration was breaking the backend instance startup. I could certainly, for sure, isolate this declaration: > Faces Servlet > **.html* > Experimenting c

[appengine-java] Re: Can't initiate backend instance

2012-01-15 Thread André Ikeda
Disabling all filters (Apache Shiro, AppStats, Jersey, Primefaces) and JSF servlets, make it works. Now i'm trying to identify what is breaking the instance.. Anyone know issues related with these frameworks/apps? -- You received this message because you are subscribed to the Google Groups "Go