jetty-runtime icon indicating copy to clipboard operation
jetty-runtime copied to clipboard

Google Cloud Platform Jetty Docker image

Results 29 jetty-runtime issues
Sort by recently updated
recently updated
newest added

The span of the request while being processed by Jetty should be reported to Cloud Trace by adding a span to the trace ID found in the `x-cloud-trace-context` HTTP header....

If I build the Docker as a standalone Docker from cloudshel jetty is started and it works, while if I deploy the same Dockerfile in a GAE felxible service jetty...

It looks like we should update `launcher.gcr.io/google/jetty` references to `gcr.io/google-appengine/jetty` ```` gcloud beta container images list-tags launcher.gcr.io/google/jetty DIGEST TAGS TIMESTAMP 7c37e49bfbbf latest 2018-01-04T10:41:30 de73d24071dd 2017-12-21T17:14:05 d45ab119069b 2017-12-18T15:02:26 ```` ```` gcloud...

In the section [Entry Point Features](https://github.com/GoogleCloudPlatform/jetty-runtime#entry-point-features) there are 2 broken links: 1) [/docker-entrypoint.bash](https://github.com/GoogleCloudPlatform/openjdk-runtime/blob/master/openjdk8/src/main/docker/docker-entrypoint.bash) 2) [/setup-env.d/50-jetty.bash](https://github.com/GoogleCloudPlatform/openjdk-runtime/blob/master/openjdk8/src/main/docker/50-jetty.bash)

https://github.com/GoogleCloudPlatform/jetty-runtime/pull/185 changed the way we recommend configuring java util logging properties files s.t. we now recommend using JETTY_ARGS instead of JAVA_USER_OPTS. This change introduced the possibility of conflicts between the...

Looking at the perf branch 1/ not sure you need appengine-web.xml since you have app.yaml https://github.com/GoogleCloudPlatform/jetty-runtime/blob/feature/perf/perf/perf-server/src/main/webapp/WEB-INF/appengine-web.xml 2/ the app.yaml should use env:flex instead of vm:true which is deprecated (and possibly...

Regular load testing should be conducted against deployed webapplication. Several fixed levels of load should be offered and the latency/qos measured and logged. This will allow tracking of performance changes...

Currently the jetty9 module tags with a long timestamp format and this pollutes a local docker repository. We use it for test behavior though so we still need it, but...