Amazon festival offer

Monday 16 July 2012

JR Server Customization - Change "Jaspersoft: Login" page name to our "Organization: Login"



JasperReport Server is an open source-reporting tool so sometimes you may need to rebrand and customize according to the customer requirements. Therefore, I am going to tell you how to rebrand and customise JR Server.
In order to change "Jaspersoft: Login" page name to customer "Organization: Login" page.
 (When we login on JasperReport Server default page name is Jaspersoft: Login)
You can see in browser after login.

Go to   this directory

                              \jasperreports-server-cp-4.5.0\apache-tomcat\webapps\jasperserver\WEB-INF\decorator\ directory

 And edit the decorator.jsp file and change

Jaspersoft to "Organization_name

<!--default>
<title>Jaspersoft: <decorator:title /></title>
<!--customized message where we edited pro_nav_messages.properties with NAV_020_FULL_TITLE code >
<title><spring:message code='NAV_020_FULL_TITLE'/></title>


No comments: