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