Hi,
I am trying to configure filesplitter to read files from
different directories based on parameters that I wish to provide as input to
the application?
* One way of doing it is to read data from a properties file on server
into application.java and set those values into filesplitter config.
* I am wondering if there is a way to pass arguments to the submitted
application so that I can set my filesplitter configuration dynamically from
the below command rather than from properties?
POST
/ws/v2/appPackages/{owner}/{packageName}/{packageVersion}/applications/{appName}/launch[?config={configName}&originalAppId={originalAppId}&queue={queueName}]
Regards,
Venkatesh.