Hello:
I am testing migrating one of my Cuba 7.2 apps to Jmix 1.4. I have successfully created what Cuba would call an uberJar (fat jar in Spring parlance?).
In my normal execution, I would run it like this:
java -Dapp.home=/opt/app_home/myapp -Dapp.user=user -Dapp.password=password -jar /opt/app_home/myapp.jar -port 8200 -contextName myContext
This would let me access the application with the <server>:8200/myContext
Does -contextName still work? If not, how do you achieve the same result in Jmix?