Re: WebObjects Docker Deployment

2022-08-15 Thread Oleksii Serhiienko via Webobjects-dev
Hi Paul, Yes, it is written with a little bit academy language, but it is my experience from moving actually production application. In the past I completely skipped security part, but in internet there are a lot of information about docker images and docker hosts best security practices. In prod

Re: WebObjects Docker Deployment

2022-08-15 Thread Ramsey Gurley via Webobjects-dev
Hi Oleksii, Great work and nice writeup. Since you're doing a war deployment in container, you may want to look at the maven jib plugin. Jib can build an OCI formatted tarball without docker installed at all on the machine. Furthermore, it can layer the image to minimize data transfers when dep

Re: WebObjects Docker Deployment

2022-08-15 Thread D Tim Cummings via Webobjects-dev
Hi Oleksii, I read your post and it was great. Removing wotaskd from a deployment is enticing. One thing I can do with wotaskd/womonitor deployments is upgrade the webobjects application to a new version without taking down the application for users who are currently logged in. They continue us

Re: WebObjects Docker Deployment

2022-08-15 Thread Paul Hoadley via Webobjects-dev
Hi Oleksii, On 15 Aug 2022, at 06:50, Oleksii Serhiienko via Webobjects-dev wrote: > In the past, I was working with a WebObjects application which was migrated > to the Cloud. > To share more findings and experience, I have created a demo application >