Extending HCL Portal class path | HCL Digital Experience
About this task
Procedure
- Add the custom code to a shared library.
- If you are developing a PAA, include the compressed files in the PAA components/COMPONENTNAME/shared/app or components/COMPONENTNAME/shared/ext directories. The solution installer handles creating the shared libraries for these files.
- If you are creating a custom Trust Association Interceptor (TAI) or a custom Java Authentication and Authorization Service (JAAS) module, place a copy of your jar file(s) in the <wp_profile>/classes directory, for example, /opt/HCL/wp_profile/classes/MyCustomTAI.jar.