Customize login page for JDE

kororia1

Member
Hi all,

I am trying to change the text in the login screen for 9.1, web server is on linux OEL v6

I would like to add some text next to the "JD Edewards EnterpriseOne" at the top left of the screen and I found that we need to change a javascript file: loginDecoration.jspf
(this is for the text to appear in the page before you login to JDE)

However when I change this under 'oracle/Middleware/user_projects/domains/base_domain/servers/xxxxx/stage/xxxxxx/app/webclient.war/share' folder I can't see any change in the login screen. It seems that the change is not picked up on the web page for some reason.

Is this the correct file I am changing (loginDecoration.jspf)?
is there anything that's cached and needs to be removed or update dfor the change to take affect in this TR?

Thanks in advance!
 
When the Web Logis is stopped, you may want to rename the revers tmp folder (WEblocis keeps its caches there)
 
Thanks Adrian_Chimirel!
FYI - it worked once I removed the cache and tmp folders under path below and then restarted the HTML instance

'oracle/Middleware/user_projects/domains/base_domain/servers/<HTML instance>'
 
Hi all,


I did upgrading WebLogic 12.1.2 To 12.1.3.
And did reconfiguration also.


Reference -->https://dbaclass.com/article/steps-upgrading-weblogic-12-1-2-12-1-3/


Initially "JD Edewards EnterpriseOne" login screen and top left of the screen has customization.
(this is for the text to appear in the page before you login to JDE)
(loginDecoration.jspf, html4login.jsp )


But after WebLogic upgrade, those screens are not appearing correclty. It takes default log in screen for "JD Edewards EnterpriseOne".


However when I change this under 'oracle/Middleware/user_projects/domains/base_domain/servers/xxxxx/stage/xxxxxx/app/webclient.war/share' folder I can't see any change in the login screen.
It seems that the change is not picked up on the web page for some reason.


Also,I removed the cache and tmp folders under path below and then restarted the HTML instance
'oracle/Middleware/user_projects/domains/base_domain/servers/<HTML instance>'




Can you help me please and resolve the above issue.




Thanks in advance!
 
Back
Top