I would like to know how to change Oracle Access Manager’s Login page.
I don’t want to build a new custom page but only change a few UI components to the default Oracle page (like images and CSS).
The “login page” I’m talking about is: console/login/LoginForm.jsp, but I cannot find it on my server, does any one know where I can find this LoginForm.jsp??
I’m actually looking for the login/LoginForm.jsp in this Oracle documentation.
Any help would be appreciated, thanks!
**Please note that I cannot install any additional programs on that server
You don’t need to install any additional software on the server, you just need to be able to copy a
WARfile to the console extension directory.You can build the
WARanywhere, that doesn’t have to be done on the server. Expand the look and feel template, which will give you thelogin/login.jspfile you were looking for, make your changes, build the archive and deploy to your server.Good luck!