cancel
Showing results for 
Search instead for 
Did you mean: 

Text changes are not appearing on the logon page EP 7.3

Former Member
0 Kudos

Hi Experts,

  

We are using Netweaver Portal 7.3, i am facing problem when trying to customize the login page,

  

i have downloaded tc~sec~ume~logon~ui.war from <Installation drive>:\usr\sap\<SID>\J00\j2ee\cluster\apps\sap.com\com.sap.security.core.logon\servlet_jsp\logon_ui_resources

  

After doing this i have imported the WAR file into SAP NWDS (7.3).

  

I have also added tc~sec~ume~logon~logic_api.jar (downloaded from <Installation drive>:\usr\sap\<SID>\J00\j2ee\cluster\apps\sap.com\com.sap.security.core.logon\servlet_jsp\logon_app\root\WEB-INF\lib) to project classpath (Build Path --> Configure Build Path) and WebContent\WEB-INF\lib.

But change the text in the resource file

COPY_RIGHT=Copyright &copy; XYZ. All Rights Reserved.

1) tc~sec~ume~logon~ui.war file

2)tc~sec~ume~logon~ui_core folder

3)tc~sec~ume~logon~uiEAR file

But deploy the project file, but changes are not appearing......please give me any suggestions.....

Thanks

Srini

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member246153
Active Contributor
0 Kudos

Hi Srini,

After the deployment please do a server restart and check. I too tried to change the Properties files but the changes didn't reflect. Better you can add the coyright text in LogonPage.jsp iself.

Please check my below thread for Ref:

http://scn.sap.com/thread/3177811

http://scn.sap.com/thread/3167331

Regards,

Srini

Former Member
0 Kudos

Hi Srinivasan,

Please check the sap note 1072721

this note mention the below solution...

Solution

  1. 1. Move the logonLabels.Properties files one folder higher to the WEB-INF folder.
  2. 2. With the SAP NetWeaver Administrator, stop and restart the logon logic application.

       To stop and restart the logon logic application, use the quicklink /nwa/apps.

       The name of the  default logon application is com.sap.security.core.logon.

       3. Restart the customized logon UI application.

       This problem is fixed in SAP NetWeaver 7.1 SP4.

Please try .....

Thanks

Srini

former_member246153
Active Contributor
0 Kudos

Hi Srinu,

I didn't go for that i was using EP 7.3 SP7 and i made my changes directly in LogonPage.jsp itself.

Now are you able to fix your issue with that note..

Regards,

Srini

Former Member
0 Kudos

No srinivas, Issue was still pending... text changes are not appearing the portal

Thanks

Srini

former_member246153
Active Contributor
0 Kudos

Hi Srinu,

First do you want to change the Copyright text for only English language or for all other languages?

If it is only for English you can achieve it by hard-coding the the copyright text in logonPage.jsp directly.

If it is for any two or three languages still you can achieve by writing a simple javascript code to replace the copyright text based on the browser language.

If it is for all the languages it is better to go with property file.

Now based on your state we will proceed..

Reagrds,

Srini

Former Member
0 Kudos

Srinivas,

Hardcoded the  copy right text in logon.jsp file , but it is the one process,

But logonLabels.properties file maintain the all the texts, but this files once deployed all the changes are appeared in the portal, but this file located in the another folder.

and also tool tip text also maintain this file , tool tip text also not appeared.

Please check ,

Thanks

Srinivas

former_member246153
Active Contributor
0 Kudos

Hi,

Which tool tip you want to change?

Then i didn't understand your first question.

Regards,

Srinivasan V

Former Member
0 Kudos

logonLabels.properties

COPY_RIGHT=Copyright &copy; XYZ. All Rights Reserved.

logonLabels.properties file maintain the all text descriptions in the NWDS, this file located in the another folder, How can deploy those folders.....

suppose mouse select the Branding image showing the  Tooltip branding Image text

How can change the that tooltip?

Thanks

Srini

former_member246153
Active Contributor
0 Kudos

Hi ,

Have you checked the below thread

http://scn.sap.com/thread/3177811

Please add the file tc~sec~ume~logon~ui_core.jar (which will contain the properties file which you have changed)inside web module lib folder.

Now if you want to change the tooltip,as far as i know we need to replace the branding image <td> with new content add <img > which has title attribute filled.So this title will come as tooltip i hope so..

Reagrds,

Srinivasan V