Packaging and Deployment
The XML Modules File, XML Action Definitions File, ECMAScript Implementation File, and the Java Implementation class(es) (if any), are all packaged into a .jar file using standard java tools and conventions. As mentioned above, usually all the files should exist within a single Java package. The exception to this rule would be repackaging existing Java code for use by the adapter, or when the Java implementation is large enough to warrant dividing into a package hierarchy. This can easily be accomplished using the .mvn package command Once packaged, the .jar file can be deployed to the RapidIdentity Connect appliance/cluster:
Log in to RapidIdentity
Navigate to Configuration > Systems > Data > Libraries
Upload the adapter's .jar file to the appropriate library
Any additional .jar files that the adapter depends on should also be uploaded into this folder
After deploying/redeploying, the Tomcat will need to be restarted if applicable (This can be done in Configuration > Cluster > Current Cluster)