|
Home > Archive > WebSphere Portal Server > May 2006 > Portal title in wps5.1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Portal title in wps5.1
|
|
|
| Hi,
I want to change default title (IBM WebSphere Portal) to another msg, which property file i need to change. the following tag used to display this msg in Head.jsp
<wps:text key="title" bundle="nls.engine"/>
I believe this tag introduced in wps5.1
Thanks & Regards,
Bala
| |
|
| you cannot change the title in a jsr 168 portlet...
| |
| mrosenthalchicago 2006-05-03, 7:15 pm |
| I am copying this from another posting on the same topic.
Portal 5.1 has engine_*.properties, but in wp.ui.jar at shared/app directory. But you should not change properties files in the jar file. Instread, do the following:
(1) Extract the properties file you want to modify to shared/app/nls directory.
(2) Edit the extracted properties file.
(3) Save and close the properties file.
(4) Restart the server.
> Hi,
>
> I want to change default title (IBM WebSphere Portal)
> to another msg, which property file i need to change.
> the following tag used to display this msg in
> Head.jsp
>
> <wps:text key="title" bundle="nls.engine"/>
>
> I believe this tag introduced in wps5.1
>
> Thanks & Regards,
> Bala
| |
|
|
|
|
|