java - Invoking a Command from Database String -


i working in cluster quartz/spring batch environment , need invoke number of shell scripts @ various time of day. administrator not want maintain scripts on spring batch machines , not want o use shared filing system.

i thinking storing shell scripts in database, have not been able figure out how replace processbuilder(commandfile) commandfile byte stream.

any suggestions?

why need bytestream? processbuilder appears take either list of strings or vararg of strings - can't read commands database string?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -