I did try this, but it only brings up the client ui, and not the awsapi:

   mvn -pl :cloud-client-ui -Pawsapi -pl :cloud-awsapi jetty:run

Do I have to run the two targets as separate commands?  e.g.

   mvn -pl :cloud-client-ui jetty:run & mvn -Pawsapi -pl :cloud-awsapi jetty:run

On Wed, Mar 19, 2014 at 7:22 AM, chris snow <chsnow...@gmail.com> wrote:
> Hi Likitha,
>
> Is it possible to run both awsapi and client ui at the same time with jetty?
> E.g. something like this:
>
> mvn -pl :cloud-client-ui -pl :cloud-awsapi jetty:run
>
> Many thanks,
>
> Chris
>
> On 19 Mar 2014 06:29, "Likitha Shetty" <likitha.she...@citrix.com> wrote:
>>
>> Chris,
>>
>> 'mvn -pl :cloud-client-ui jetty:run' doesn't run awsapi.
>> To run awsapi you will have to run maven jetty goal  'mvn -Pawsapi -pl
>> :cloud-awsapi jetty:run'. Also, don't forget to use the awsapi profile while
>> building the code 'mvn clean install -P systemvm -P awsapi -Dnoredist'.
>>
>> Thanks,
>> Likitha
>>
>> >-----Original Message-----
>> >From: chris snow [mailto:chsnow...@gmail.com]
>> >Sent: Wednesday, March 19, 2014 11:42 AM
>> >To: dev@cloudstack.apache.org
>> >Subject: AWS api when running mvn jetty
>> >
>> >Hi forum,
>> >
>> >Does the maven jetty goal "mvn -pl :cloud-client-ui jetty:run" also run
>> > the AWS
>> >api?
>> >
>> >I can't see anything running on port 7080 after starting jetty.
>> >
>> >Is it possible to run the AWS api from the maven jetty goal?  How?
>> >
>> >Many thanks,
>> >
>> >Chris



-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69

Reply via email to