JasperServer: how to change "Jaspersoft: Login" page name to our "Organization: Login" page

Sharad picture Sharad · Feb 27, 2012 · Viewed 8k times · Source

How to change "Jaspersoft: Login" page name to our "Organization: Login" page, when we login on JasperServer default page name is Jaspersoft: Login? You can see in browser after login.

Answer

Sohan picture Sohan · Mar 1, 2012

You can find in WEB-INF\jsp\decoratos\decorators.jsp Here you will find Japsersoft default message you can edit that tile or you can edit in pro_nav_messages.properties found in bundles and print their and reflect this in your decorator.jsp

E.g.

<!--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>