Hi Everyone,
How can we get/access the hostname & port of MWS server in a CAF Page?
Thanks & Regards,
Rakesh Kumar
Hi Everyone,
How can we get/access the hostname & port of MWS server in a CAF Page?
Thanks & Regards,
Rakesh Kumar
Hi Rakesh,
I just found your question by accident, so here comes a very late answer:
this.getFacesContext().getExternalContext().getRequestServerName()
Best regards,
Marcus