Alasdair Nottingham
Alasdair Nottingham
At present, the server name for IBM provided containers are 'defaultServer'. When using Liberty containers with WebSphere Automation, this 'defaultServer' name is reported. We would like to override this 'defaultServer'...
We should either enable IBMJCEPlus for the IBM Java SE 8 images, or provide a simple option to do so. This can result in significant performance improvements.
A user reached out to me asking how to build a Hotspot based image for Open Liberty. They needed to use Java Flight Recorder which isn't part of OpenJ9. I...
The kernel docker files contain this: ``` # Configure WebSphere Liberty RUN /opt/ol/wlp/bin/server create \ && rm -rf $WLP_OUTPUT_DIR/.classCache /output/workarea ``` the problem with this is that /output/workarea doesn't exist...