Changes between Version 6 and Version 7 of RpDynamicCreation


Ignore:
Timestamp:
Sep 30, 2010, 2:00:56 PM (14 years ago)
Author:
harald.kornmayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpDynamicCreation

    v6 v7  
    3333
    3434=== The Client Software ===
    35  
    36  
    37 
    38 
    39  2.
     35 1. A jar file containing clients to interact with the RCI REST interface is provided too.
     36 1. Find the jar file from the Repository (see above) under Client/rciresourcehostclient.jar
     37 1. The argument one uses for the averager location locks like {{{file:///C:/temp/DynamicResourceCreation/Averager/eu.neclab.sensei.processing.averager_1.0.0.jar}}} The path must be adjusted to your system
     38 1. Run the following commands
     39   1. Run the RCIGetClient
     40{{{
     41java -cp rciresourcehostclient.jar eu.neclab.sensei.resourcehost.client.RCIGetClient -help
     42java -cp rciresourcehostclient.jar eu.neclab.sensei.resourcehost.client.RCIGetClient
     43}}}
     44   1. Run the RCIPostClient in order to start with the deployment
     45{{{
     46java -cp rciresourcehostclient.jar eu.neclab.sensei.resourcehost.client.RCIPostClient -help
     47java -cp rciresourcehostclient.jar eu.neclab.sensei.resourcehost.client.RCIPostClient file:///C:/temp/DynamicResourceCreation/Averager/eu.neclab.sensei.processing.averager_1.0.0.jar
     48}}}