[google-appengine] Java - UrlRewriteFilter and AppEngine Flexible

2017-11-14 Thread Massimo Mandaglio
My webapp manage an ERP with PrimeFaces (JSF) and WebSite with RythmEngine. To co-existing the engine and app all-in-one (for various reason) i have configured the Rythm with the /www/* servlet and JSF on *.xhtml. But i need a pretty url and i use UrlRewriteFilter based on a sub-domain: - www.*

[google-appengine] Re: [Java] 502 Server error

2017-09-19 Thread Massimo Mandaglio
ble to the default > instance type? > > On Monday, September 18, 2017 at 9:02:49 AM UTC-4, Massimo Mandaglio wrote: >> >> I'm using GCE (with other Google services for SQL, Storage, ...) for my >> ERP software developed with Java 8 & PrimeFaces (JSF) running on t

[google-appengine] [Java] 502 Server error

2017-09-18 Thread Massimo Mandaglio
I'm using GCE (with other Google services for SQL, Storage, ...) for my ERP software developed with Java 8 & PrimeFaces (JSF) running on tomcat. Now I would like to migrate to GAE Flex but I have a problem! Locally i switch from tomcat to jetty 9 and updated the project following the docs and