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
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
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
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