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 string
s or vararg of string
s - can't read commands database string?
Comments
Post a Comment