cancel
Showing results for 
Search instead for 
Did you mean: 

css/ur/ur_ie5.css is not getting loaded in the custom login module

Former Member
0 Kudos

Hi,

We have modified the Login Module in 7.3 Portal.

The name of the SAP war file is: com.bat.navigation.web.logon.war.

Custom Web Module Project is created with the name: neo/prt/navigation/web/logon.

Custom war file is named as: bat.com~neo~prt~navigation~web~logon.war.

The Custom Enterprise Project is created with the name: neo/prt/navigation/ea/logon.

Custom ear file is named as: bat.com~neo~prt~navigation~ea~logon.ear.

The deployable file is transported via NWDI CM Services with CTS+ to Production.

After transport the login module was working fine.

But after server restart in Pre-Prod and Test; css/ur/ur_ie5.css is not getting loaded.

If I compare Pre-Prod, Test with Dev using httptrace; the url

http://Sid.domain.com:50xxx/com.bat.prt.navigation.logon/css/ur/ur_ie5.css

is not getting loaded but it in Dev where there is no server restart;

the above url is getting loaded.

But I am able to open the css by directly typing the url in IE in Test and Pre-Prod.

com.bat.prt.navigation.logon is the name of the context-root which points to the war file:

bat.com~neo~prt~navigation~web~logon.war.

Necessary changes in NWA Configuration is done in the location Configuration--> Authentication and Single Sign-On -->

Properties.

ume.logon.branding_image, ume.logon.branding_text and ume.logon.application.ui_resources_alias are populated with custom values as required.

Please give your necessary inputs to this issue.

Best Regards

Kaushik Banerjee

Accepted Solutions (0)

Answers (3)

Answers (3)

nol_hendrikx
Active Contributor
0 Kudos

Check what the reason is that the css file is not loaded. Use an http watcher and see if there is a 404 (file not found) or 403 (forbidden). 

Former Member
0 Kudos

Hi,

Is you dev server using HTTP and pre-prod server using HTTPS?

There is a file called CertLogon.jsp. Modifications are required in that file.

Regads,

Chinmay J

nol_hendrikx
Active Contributor
0 Kudos

Good one! If you are running http, the LogonPage.jsp will be used.

When you have https, the Certlogon.jsp is loaded!

Former Member
0 Kudos

Hy Kaushik,

have you been able to solve this problem? I am encountering the same problem and would really appreciate any hints.

Thanks

Former Member
0 Kudos

Hi Lucas,

You have restart the Portal server once.

  But before that once check with clearing the browser cache and again login to Portal.

  If it does not work; go for Portal server restart.

Regards

Kaushik Banerjee