08-04-2007 01:02 PM
HttpServletRequest request = (HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
//Request URL
final String requestURL = request.getRequestURL().toString();
//Context path
final String requestcontextPath = request.getContextPath();
//Server - URL
this.serverUrl = requestURL.substring(0,
requestURL.indexOf(requestcontextPath));
08-08-2007 09:23 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.