Hi, On Tue, Sep 6, 2011 at 10:57 AM, equanimous <[email protected]> wrote: > org.apache.jasper.JasperException: Unable to compile class for JSP: > > An error occurred at line: 9 in the generated java file > Only a type can be imported. com.liferay.portal.util.WebKeys resolves to a > package > > An error occurred at line: 32 in the jsp file: /index.jsp > WebKeys.VIRTUAL_HOST_LAYOUT_SET cannot be resolved to a type > 29: > 30: String redirect = null; > 31: > 32: LayoutSet layoutSet = > (LayoutSet)request.getAttribute(WebKeys.VIRTUAL_HOST_LAYOUT_SET); > 33: > 34: if (layoutSet != null) { > 35: redirect = PortalUtil.getPathMain();
That's not Jackrabbit code. The problem you're seeing is coming from some other webapp in your installation. BR, Jukka Zitting
