The container image doesn't seem to be working. #25601
-
Hello everyone https://github.com/diegosilval/jakarta-example-glassfish In it, I create an application to be deployed in a GlassFish container using fabric8. I reviewed the documentation (https://glassfish.org/documentation.html#docker), and it says to use this image: After deployment, and without any errors you can see that it's in the list of deployed applications. However, when I try to open the application URL, it throws a 404 error, as if it doesn't exist. However, if I deploy the same application to a GlassFish on my local computer, it doesn't throw that error. Did I do something wrong or am I missing some configuration? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Cannot reproduce. https://github.com/diegosilval/jakarta-example-glassfish works fine for me from podman container after autodeployment. |
Beta Was this translation helpful? Give feedback.
Seems to be the case indeed.