Versions Compared

Key

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

...

Code Block
titleRebuild and reinstall the app
mvn clean install
onos-app localhost reinstall org.foo.app target/foo-app-1.0-SNAPSHOT.oar

...

Using the ONOS command line, restart the application (or use reinstall! in the command above):

Code Block
onos> app activate org.foo.app

...

Code Block
titleRebuild and reinstall the app
mvn clean install
onos-app localhost reinstall org.foo.app target/foo-app-1.0-SNAPSHOT.oar

Using the ONOS command line, restart the application (or use reinstall! in the command above):

Code Block
onos> app activate org.foo.app

...