Jump to content

Disable Jasper server Menus


umair

Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 months later...

Hi,

You can change the jasperserver-servlet.xml file:

<property name="homePageByRole">
            <list>
                <value>ROLE_ADMINISTRATOR|redirect:/flow.html?_flowId=repositoryExplorerFlow</value>
                <value>ROLE_USER|redirect:/flow.html?_flowId=listReportsFlow</value>
            </list>
        </property>

Link to comment
Share on other sites

  • 3 years later...

I am using JasperServer 4.5

 

How can i disable my menus by using this code

 

 <bean id="homePageByRole" class="java.util.ArrayList">
        <constructor-arg>
            <list>
                <value>ROLE_ADMINISTRATOR|redirect:/flow.html?_flowId=searchFlow</value>
                <value>ROLE_USER|redirect:/flow.html?_flowId=searchFlow</value>
            </list>
        </constructor-arg>
    </bean>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...