Deploying a Custom Login Class
To implement the custom login class, complete the following steps:
-
Create and test the custom login class. Ensure that you do not have any references to
log4jin your code.You can use any name for your custom class.
-
Package the custom login class into
CustomAuth.jar -
Copy
CustomAuth.jarinto the deployment:-
WebLogic: Copy
CustomAuth.jarintoMIDDLEWARE_HOME/user_projects/domains/WEBLOGIC_DOMAIN/lib, typically,Oracle/Middleware/user_projects/domains/EPMSystem/lib.Note:
If you are upgrading from Release 11.1.2.0 or 11.1.2.1 that had an implementation of custom login class, move
CustomAuth.jarfrom EPM_ORACLE_HOME/common/jlib/11.1.2.0intoMIDDLEWARE_HOME/user_projects/domains/WEBLOGIC_DOMAIN/lib. -
Client deployments: Copy
CustomAuth.jarinto all Oracle Enterprise Performance Management System client deployments, into the following location:EPM_ORACLE_HOME
/common/jlib/11.1.2.0, typically,Oracle/Middleware/common/jlib/11.1.2.0
-