Hi Craig/Angela, I know its late reply but I have also same kind of requirement where I need to customize SAS Web App to client's need. I have tried several things and I was able to change the browser tab text from default "SAS Logon" to client's requirement. Try to as specified below: Make Customized Title Bar for Client in Browser’s Tab To create customize title bar for Client go to C:\jboss4.2.3.GA\server\SASServer1\deploy_sas\sas.wip.apps9.3.ear\sas.svcs.logon.war\tiles. Open LogonLayout.jsp and TermLayout.jsp files. Change the below portion <title><sas-ui:ApplicationName/></title> To <title>Client Specific Name</title> Save changes and Restart the servers. You will able to see the customized text on LogOn and LogOff screens of the SAS Web Applications. But Now I require to add this customized text in all web application's browser tab. Please guide if any Property value or any other way is available.
... View more