Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CosmosDataReportingComponent10 209226 Sandbox

Revision as of 17:02, 15 November 2007 by Unnamed Poltroon (Talk) (New page: =Overview= This document provides the UI infrastructure code based on 209226 UI Visualization infrastructure design document. =Installing and Ru...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

This document provides the UI infrastructure code based on 209226 UI Visualization infrastructure design document.

Installing and Running Code

  • Right click the org.eclipse.cosmos.examples.e2e.web.ui project and select "Refresh".
  • At this point the workspace is setup to run. Right click the org.eclipse.cosmos.examples.e2e.web.ui project and select "Run As>Run on Server".
  • Select Tomcat v5.5 Server and click Finish. The server will start.
  • Now open FireFox 2.0 or IE 6+ and type http://localhost:8080/COSMOSUI/?view=cosmos. You should see the COSMOS UI.

Back to the top