Ludovic Champenois

Results 90 comments of Ludovic Champenois

But do you think whenever we java a package with jetty ee10, we need to keep the one from GAE using it? Or will you refactor some jetty ee10 packages/modules...

Sorry about this. For now, the devappserver is only supported with Python2 and not Python3 yet, but the entire Cloud SDK is moving to Python3 only. See updated Cloud SDK...

Sorry, maybe I was not clear enough. Yes /usr/bin/dev_appserver.py which is a thin wrapper for the cloud SDK needs Python3 as all binaries from cloud SDK added in /usr/bin. But...

Maybe you should explore the JDNI standard: http://stackoverflow.com/questions/3804396/how-to-portably-read-configuration-data-from-a-servlet/3804788#3804788 We did not support it in GAE standard, but it something we should look at more now. On Wed, Mar 2, 2016...

Yes, this is the intent. I think there are a few classes that might currently be needed from the Jetty class loader:: org/apache/jasper/runtime/HttpJspBase.class org/apache/jasper/runtime/InstanceManagerFactory.class org/apache/jasper/runtime/JspSourceDependent.class maybe more (or less)... Not...

@janbartel 2 Questions for you: 1/ for the first comment saying its working, you do no enable the jsp module, and you bundle in web-inf/lib which exact jars (from a...

Great! On Wed, Sep 9, 2015 at 3:33 PM, Jan Bartel [email protected] wrote: > @ludoch https://github.com/ludoch > 1/ The test wasn't particularly sophisticated - I precompiled the jsps in >...

We want to support for the GAE standard product, and we are ver close internally. The staging process (done in a maven plugin) can now compile the jsps with Jetty9...

related to #122 the current maven plugin delegates all the process to the gcloud tool which bundles the current Jetty 9.2 used for the current Java7 Jetty compat runtime. We...

And for the gcloud maven plugin (https://github.com/GoogleCloudPlatform/gcloud-maven-plugin) , that would be: [d2.txt](https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime/files/34824/d2.txt)