Versions Compared

Key

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

...

Currently, Ambari Web is still being developed in isolation with no integration with Ambari Server using mock data.
Ambari Server runs on Jetty, so when integration happens we need to copy over the built application into deploy on the Jetty server.
The built application is self-contained under ambari-web/public. The content of this folder simply needs to be copied to the appropriate folder on the Jetty server.
We'll set up Maven to handle this as development progresses.

Setting up Ambari in Eclipse

...