Project

General

Profile

Improvement #2049

Updated by Henning Blohm over 4 years ago

The current command line should be extended. 

 h2. Acceptance Criteria 

 * New z.jar util usages are A new z_util.jar is introduced: 
 ** * prepare -u <jmx service url> <component name> (invoke sync via JMX) 
 * sync -u <jmx service url> (invoke sync via JMX) 
 ** * showlog -u <jmx service url> (invoke log streaming via JMX) 
 


 Open: Do we need z_embedded or could we rather: 

 * Use z.jar for the embedded case as well - behaving as z_embedded when there is a -DcomponentName 
 * preserve z_embedded for compatibility with Allow -DcomponentName point to an adapted manifest. IDependencyComponent and if so, prepare that.

Back