To deploy a plugin, complete the following steps.
- Copy the JAR file to the common lib directory of the Tomcat installation where Integration Server is deployed (%TOMCAT_HOME%/lib).
-
Update the sso.authenticator.class setting in the
WEB-INF/integrationserver.ini file to reference the
fully qualified class name of your custom authenticator class.
Note: If you created customizable properties for your authenticator plugin, you must add the properties to the integrationserver.ini file.
- Restart the Tomcat service.