1 Reply Latest reply on Feb 22, 2008 4:25 PM by swisst

    how to disable dashboard for some portal instances

    ian.ouzounov

      I use server 4.2.2 and portal 2.6.2
      I have configured two different portal instances and I'm trying to disable the dashboard foe one of them.
      Any ideas.
      thanks

        • 1. Re: how to disable dashboard for some portal instances
          swisst

          Looking at the header.jsp file here:
          server\default\deploy\jboss-portal.sar\portal-core.war\WEB-INF\jsp\header

          It looks like the only check for displaying that link is to see if it is null. It looks like that attribute is set on the request:

          request.getAttribute("org.jboss.portal.header.DASHBOARD_URL");

          So you could monkey with that page or the request...not sure if that is the right way to do it!