Configuring Internal Plug-Ins (SRC CLI)
Use the following configuration statements to configure internal plug-ins:
shared sae configuration plug-ins name name internal {
plug-in-class plug-in-class;
}
shared sae configuration plug-ins name name internal properties name {
value;
}
To configure an internal plug-in:
From configuration mode, access the internal plug-in configuration.
user@host# edit shared sae configuration plug-ins name intnl internalConfigure the Java class name of the plug-in.
[edit shared sae configuration plug-ins name intnl internal]user@host# set plug-in-class plug-in-classAccess the internal plug-in property configuration.
[edit shared sae configuration plug-ins name intnl internal]user@host# edit properties nameFor example, configure the classpath property, which is a list of additional libraries or paths for loading hosted plug-ins:
[edit shared sae configuration plug-ins name intnl internal]user@host# edit properties classpathConfigure properties that define the plug-in. Enter values for the property.
[edit shared sae configuration plug-ins name internalPlugin internal properties name]user@host# set valueFor example, enter values separated by commas for the classpath property where each value is a URL identifying one path or JAR file:
[edit shared sae configuration plug-ins name intnl internal classpath]user@host# set file:///opt/UMC/ssp/plugin/plugins.jar,http://plugins.com/ssp/plugins.jar