How to change the joget base url

Confluence User - 11 Nov, 2023

I want to change the joget base url. For example, the default url is http://domian/jw. I want to all my joget url having a prefix with /url1/url2 like http://domian/url1/url2/jw/...

I have tried to build a folders in webapp with url1/url2. Then I copy the jw folder under the url1/url2. This way is not work. The index.jsp in jw folder will redirect the page to the wrong url.

Very thanks

server;url;configuration

2


15 Nov, 2023
confluenceUser
confluenceUser

I imagine that you need another server that sits in from of Joget to perform the "rewriting" using tools like "rewrite module of apache2" for example.


Quick illustration. 

Displaying Blank.png


Reference: https://phoenixnap.com/kb/mod-rewrite 

16 Nov, 2023
confluenceUser
confluenceUser

Thanks for you reply. You means server proxy? I have tried some methods like this way. Current problem is that the web pages will redirect the url to the wrong one. I need a strict prefix of url1/url2. Otherwise the request can not be send to my server (The request is send from another top server to my server). I wonder whether it have official config to modify the baseUrl for the joget.

Very thanks.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print