How to set base Backoffice UI URL

Hi,

By default the backoffice UI url is http://someurl.xyz:8080/
How can an appname be added so that the base url would be http://someurl.xyz:8080/appname/

Thank you

1 Like

Hello,

try to use application property:

server.servlet.context-path=/appname
2 Likes

Hi Roman,
How about if i’m using mvc also?
server.servlet.context-path
Like a cuba-portal. I asked this in this topic, but can’t get any answers.

Can you give any advice for this?

Thanks,
Nurmuhammad

Hi Nurmuhammad,

Perhaps you can just define the path directly on your controllers, like @RequestMapping(value = "/portal").

Regards,
Konstantin