Can I send down additional Java libraries for use with Ant Builder? Follow
A lot of scripts rely on outside ant additions like, catalina-ant.jar. Is there a way to send down these additional Java jar's for inclusion in the classpath of the Ant scripts through the Plugin/Upgrade process for Agents?
I'm currently placing these additions in the \lib directory of each agent, but would rather if I could send these down as a Plugin, or packaged into another Plugin, so that I can pull them, or add them from a remote location.
Please sign in to leave a comment.
I think you can add additional jar files right into the lib folder of the webapps/ROOT/update/plugins/ant.jar file. Agents will upgrade automatically when server detects change in this file.
Excellent.
This solves the problem nicely.