Reverting to the Old Home Page

JasperReports Server 5.5 introduced a new home page with more functionality and access to more features in the server. If your installation or customizations require the old home page with the large buttons, you can specify that the server use the old home page.

1. Open the <js-webapp>/WEB-INF/flows/homeFlow.xml file.
2. Locate the following line:
<view-state id="homeView" view="modules/home/home">
3. Replace the view value as shown in the following sample:
<view-state id="homeView" view="modules/old_home/home">
4. Restart the server or redeploy the JasperReports Server web app.
Version: 
Feedback