You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Sinisa Denic <sd...@peacebellservers.com> on 2013/03/13 19:38:12 UTC

Running cloud-usage server 'manually'

Is there a way to start cloud-usage service by maven, 
or any other way except when it's packaged and by 'service start'? 

Thank you 

RE: Running cloud-usage server 'manually'

Posted by Kishan Kavala <Ki...@citrix.com>.
Sinisa,
 You can use below command to start usage using maven.

mvn -pl usage -Drun -Dpid=$$

~kishan

> -----Original Message-----
> From: Sinisa Denic [mailto:sdenic@peacebellservers.com]
> Sent: Thursday, 14 March 2013 12:08 AM
> To: cloudstack-dev@incubator.apache.org
> Subject: Running cloud-usage server 'manually'
> 
> Is there a way to start cloud-usage service by maven, or any other way
> except when it's packaged and by 'service start'?
> 
> Thank you