Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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()
this.getFacesContext().getExternalContext().getRequestServerName()
Best regards, Marcus