I would like to know if there is a way to access http request parameters like (RemoteHost,LocalPort,...etc) or FacesContext in business layer for example (ejb or interceptor) but for distributed system .
so the scenario is I have an interceptor that works when jsf talk to controller (managedBean) then to ejb method , inside Interceptor when I tried to get
FacesContext.getCurrentInstance()
for distributed system I got null .
Thanks