Ludovic Champenois

Results 98 comments of Ludovic Champenois
trafficstars

I think java.util.logging.config.file is already covered by standard, so this might not be an issue at all. Just some cleanup and adding the traceid is needed.

Hi @gregw: let me know if you have time to look at this one, or I will look at it.

Not related to webdefault.xml but the fact that there is a servlet defined as: @WebServlet(name="ok", urlPatterns={"/_ah/health", "/_ah/start", "/_ah/stop"} ) So it overrides the servlets we define in webdefault.xml For now,...

Maybe related to our trimming process of these servlets before generating the app.yaml

I've see an internal bug for the serving path that got fixed yesterday. It should appear soon in prod. Let us know if you still see it in a few...

ha, you mean adding CONFIDENTIAL ? On Wed, Feb 24, 2016 at 6:55 AM, Greg Wilkins [email protected] wrote: > Closed #179 > https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime/issues/179 > . > > — > Reply...

Yes! Thanks for the investigation... Now, for none default versions, you have to add the -dot- separator between the version and appname in the url, so it is more complicated...

This is why you can try next: 1/ build a jettyhome and jettybase from the branch Greg is working on 2/ make sure quickstart is not used (i.e non annotated...

Les, I do not see a limit set on the JVM process side. Please file an internal bug on the appserver bridge layer, I guess it is not Java specific....