Questions Regarding Pega Command Line Import Utility
There is an integration between Customer Application and PRPC Command Line import utility. Presently for every JAR import, the command line utility starts up the server and imports/deploys the JAR file and then shuts down. For multiple JAR deployments the server gets restarted multiple times, and thereby consuming time. The JARs to be imported are approved ones, and that's why corresponding rules/data cannot be bundled separately as a single product file for creating the "Wrapper JAR". Each individual JARs to be imported separately.
Is there any mechanism in command line import/prpc with the help of which multiple "Approved JARs" can be bundled together and sent to "Command Line Import Utility" so that all of them gets deployed without multiple restart- the server would unpack the bundle and import individual jars and then shut down?
Any solution related help will be greatly appreciated.