i have app deployed on local server. App is accesible via url https://someapp.sk:8080/app but in user sessions i can see only internal user IP adress such as 192.168.1.1 and so on.
App is deployed via uberJar file. How can i achieve i will get public ip address in cuba application so i can use ip restrictions on user?
You can combine them two.
I don’t have working production jetty-env.xml files with me, so I can’t give you exact working example.
Also note that UberJar is based on Jetty server. Jetty is not part of CUBA, it is a separate library, so you can find in the internet about how to configure all Jetty-associated settings.