Project

General

Profile

Improvement #2049

Updated by Henning Blohm over 4 years ago

The current command line should be extended. 

 h2. Acceptance Criteria 

 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 
 * Allow -DcomponentName point to an IDependencyComponent and if so, prepare that.

Back