Coder.comC
Coder.com3y ago
1 reply
MrPeacock

Expose OpenLiberty App

We have some OpenLiberty Apps. We want to develop them with coder. As we want to show the current development to other we are using a Coder App to make the port 8080 public to our internal network. So far so good. But how do we access the application from OpenLiberty? An application gets usualy accessed via a path. If we do not specify the path in the URL we see the OpenLiberty welcome page but as one can not edit the URL of the application we do has access to the application running on the application server. If we set the path of the application then we see the app but CSS and other thing wont work because URL is not correct.

As a workaround one has to copy the URL and open a dedicated tab in browser and past and modify the URL. This is somewhat anoying.

Do I miss here something or works this as designed?
Was this page helpful?