Description:
Instructions on how to deploy a custom jar file containing business logic classes (such as LAHS, BLTHS, Event Handlers, etc.) instead of having to copy all the class files to the IdentityMinder.ear\custom folder.
Solution:
Q: I have more than 50 custom classes (all of these are Business Logic Task Handler or Event Listener classes) which I need to deploy. The documentation says to copy all the class files to the IdentityMinder.ear\custom folder but I do not want to do this as there are so many class files. I would like to package these classes into a jar file, but if I do this, what is the best way to deploy this jar file?
A: Simply put the custom jar file in the \IdentityMinder.ear\user_console.war\WEB-INF\lib. No classpath changes are needed.