Reputation: 1019
So i'm trying to change the default URL for WSO2 features i.e. Publisher, Carbon, Store from localhost to, lets say, myDomain.com.
I've looked for it in the WSO2 documentation but i keep finding this article over and over again
The problem with this is that it has linux-based (i suppose) commands listed that cannot be applied to windows.
I've also tried to change the host < HostName > and < MGT HostName > tags in the carbon.xml of the WSO2 product but it does not respond and display the page AT ALL! just works with the localhost. thats it
Any ideas or options for the windows end? Thanks
Upvotes: 0
Views: 553
Reputation: 12513
1) Yes, the commands given in the doc are for linux. But what those commands do is installing nginx
. So you can ignore those commands, and install nginx in windows.
NGinx configurations given in the doc will be the same for any OS.
2) If you add a hostname to <HostName>
and <MGT HostName>
tags, you need to have IP to hostname mapping somewhere. I think there is a host file in windows for that.
Upvotes: 1