Configure the Scripting Libraries (Release 9.2.6)

Starting with Tools Release 9.2.6, the AIS Server is no longer preconfigured to create and run Groovy scripts. To edit or run the existing Groovy scripts or to create new ones, you must first configure the AIS Servers with the Groovy libraries using the Server Manager. You must follow the same process for Jython. The AIS Servers are preconfigured for JRuby.

The previously shipped release for Groovy was Groovy 2.5.8. The following five jars are recommended to support the main functionality in orchestrations using Groovy.

groovy-2.5.8.jar

groovy-json-2.5.8.jar

groovy-jsr223-2.5.8.jar

groovy-sql-2.5.8.jar

groovy-xml-2.5.8.jar

You can also upload additional groovy-* jar files based on the use of the Groovy API.

Download the Groovy JAR files from https://groovy.apache.org/download.html

Download the Jython JAR file from https://www.jython.org.