Replace page title name "Yellowfin Information Collaboration"

Tony Zhang shared this question 7 years ago
Answered

hi there, I was trying to change the log in page title on the browser to something else. At the moment it shows"Yellowfin Information Collaboration", anyones knows where to change that? Thank you!


Tony

Replies (3)

photo
1

Hi Tony,


Thank you for reaching out. Yellowfin's login page settings, including the title, are easily customized:


  • Copy <your_yellowfin_instance>/development/examples/index_mi.jsp to <your_yellowfin_instance>/appserver/webapps/ROOT/
  • Rename index_mi.jsp to something a bit more personal (eg: index_mi_2.jsp)
  • Look for title (typically ~line 57) : <title>Your New Title</title>

  • Open <your_yellowfin_instance>/appserver/webapps/ROOT/WEB-INF/web.xml
  • Change index_mi.jsp to the name of the file you just placed in ROOT


<welcome-file-list>

<welcome-file>index_mi_2.jsp</welcome-file>

</welcome-file-list>

Note that for the changes to take effect, the index_mi.jsp must be renamed. A complete guide on restyling Yellowfin can be found on our wiki:


http://wiki.yellowfin.com.au/display/USER72/Restyling+Yellowfin


Please let me know if you have any additional questions or concerns.


Regards,

Nathan

photo
1

Thank you for the prompt reply Nathan. It worked!!!


Regards,

Tony

photo
1

Hi Tony,


Thanks for the feedback, and glad we could help. Please don't hesitate to ask if you have any additional questions or concerns.


Nathan

Leave a Comment
 
Attach a file