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 >