Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-15 Thread Todd Murchison
Oh very cool! It looks like the secret sauce is in the " internalResourceViewResolver()" method? I will give this a try this coming week. Thanks for the helping hand! -Todd On Sat, Aug 15, 2020 at 1:11 PM pravanjan palai wrote: > Hello Todd, > I have created a sample example with Java

[google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-15 Thread pravanjan palai
Hello Todd, I have created a sample example with Java 11 with Spring Boot war type and successfully tested. Please follow this Github link for complete detail. Do let me know if it works for you. Thanks, Pravanjan On Tuesday,

Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-06 Thread Ronoaldo Pereira
Hi Todd, adding to Alexis answer, maybe this can be helpful: it shows a working sample of a WAR -> JAR migration: https://cloud.google.com/appengine/docs/standard/java11/java-differences#war_migration_example My understanding from the docs is that the Java 11 runtime requires you to have a

Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-06 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Todd, You are correct for the support of App Engine Standard with JAR and if you prefer WAR it's understandable. There is a possible workaround here[1] but that's for old Java 7 and I think now 8. There is an old discussion about that here[2]. Deploying it in Flex is the better option.

[google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-05 Thread Rémi Bastide
Maybe porting your JSPs to Tymeleaf and packaging as JAR ? Le mardi 4 août 2020 20:28:36 UTC+2, Todd Murchison a écrit : > > Hi everyone! > > The story so far... > >- I built a little web app using Spring Boot with old-school JSP pages >using Java 11, which runs fine locally >- Note

Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-04 Thread Todd Murchison
Thanks for the response! Unfortunately, I have already followed that code lab in my many attempts to get it to work. What that code lab (and other documentation I've gone through) doesn't address is the use of a WAR formactor for packaging. That code lab only works if my project is producing a

[google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-04 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Todd, What you aim to do it quite achievable. You may consider following the "Deploy a Spring Boot app to App Engine standard environment" example, first on page 7 , and then on page 8