Search code examples
jasper-reportsjasperserver

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


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.


Solution

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