Advent of Code – Day 15
We solve the day 15 challenge for the Advent of Code.
We look into the swagger generator in the swagger codegen cli, in order to generate our own little simple java rest web server.
We look into how to use the amazon s3 object storage API. After that, we changed it over to use our Ceph cluster and store objects in that storage engine. The s3 API is straightforward to use, and many storage engines support it out of the box.
We go through how to run java code in your browser using different projects.
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.
In this video, we test our installation, adding volumes, making backups, and working with instances.
I had a problem with some webservices connections timing out in our environments and I thought that the timeouts where a bit long. Most of our webservices run inline with a user request and some of the default timeouts didn’t make the cut. com.ibm.websphere.webservices.http.connectionTimeout=300 com.ibm.websphere.webservices.http.maxConnection=50 com.ibm.websphere.webservices.http.SocketTimeout=300 The settings above is the onces set in Websphere…