Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Running the sample application in Eclispe

chuckdumont edited this page Oct 19, 2012 · 6 revisions
  1. Complete the steps outlined in Development Environment to set up your Eclipse workspace.

  2. Select Run->Run Configurations...

  3. Select OSGi Framework in the Navigator then click on New

  4. Enter JAGGR Sample in the Name field

  5. Select Equinox for the Framework

  6. Select Workspace and de-select Target Plaform

  7. Expand Target Platform and select org.eclipse.equinox.http.jetty

  8. Click Add Required Bundles Import

  9. Click Run

Open a web browser and enter the URL http://localhost/testaggr/res/test.html

To load the application without using the Aggregator, use the URL http://localhost/testaggr/res/test-no-aggr.html

Clone this wiki locally