Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: The following is a WIP feature, use the old Ant command for a complete refresh. This command assumes you have a proper setup in utils/conf/db.properties and the cloud user already exists on your mysql database. If you have a root password, copy db.properties to db.properties.override and put your password there.

Code Block
$ mvn -P developer -pl developer -Ddeploydb

...

This will run a jetty server on localhost port 8080 with the management server. Make sure that no other process are using the port 8080. The default port for tomcat is 8080. You can either shut down tomcat service or switch to another port.

Code Block
$ mvn -pl :cloud-client-ui jetty:run

...