Re: Starting jetty on another port

2016-07-19 Thread Syed Ahmed
Thanks Rajani! That worked. -Syed On Tue, Jul 19, 2016 at 1:17 AM, Rajani Karuturi wrote: > Try changing in > client/pom.xmlhttps:// > github.com/apache/cloudstack/blob/master/client/pom.xml#L459 > ~ Rajanihttp://cloudplatform.accelerite.com/ > On July 19, 2016 at 1:11 AM, Syed Mushtaq > (syed1

Re: Starting jetty on another port

2016-07-18 Thread Rajani Karuturi
Try changing in client/pom.xmlhttps://github.com/apache/cloudstack/blob/master/client/pom.xml#L459 ~ Rajanihttp://cloudplatform.accelerite.com/ On July 19, 2016 at 1:11 AM, Syed Mushtaq (syed1.mush...@gmail.com) wrote:Hi, Is there a way to start Jetty on a port other than :8080? I've tried with mvn

Re: Starting jetty on another port

2016-07-18 Thread Ron Wheeler
Probably a question that could be asked on the user mailing list. On 18/07/2016 3:41 PM, Syed Mushtaq wrote: Hi, Is there a way to start Jetty on a port other than :8080? I've tried with mvn -pl :cloud-client-ui jetty:run -Djetty.port=8081 and it did not work. I need this because the machine

Starting jetty on another port

2016-07-18 Thread Syed Mushtaq
Hi, Is there a way to start Jetty on a port other than :8080? I've tried with mvn -pl :cloud-client-ui jetty:run -Djetty.port=8081 and it did not work. I need this because the machine where I am doing my dev is alreay running a service on port 8080 and I can't change that. -Syed