Versions Compared

Key

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

...

Code Block
cd web/servicemix-web-console
mvn jetty:run

or in case that causes an error, run

Code Block

mvn org.mortbay.jetty:maven-jetty-plugin:run

You can then connect to http://localhost:8080/servicemix-web-console/Image Added

See Also: War file deployment

...