Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cosmos-dev] COSMOS End2End Sample

Hi Sheldon,

Thanks very much for the feedback.  I now have the COSMOSUI app up and running.  There are a lot of technologies involved in the project which I am only familiar with through reading about, or am not familiar with at all.  I'm going to start by familiarizing myself with Derby so that I can explore the database and get an idea of what is in there.  I'm also having a look at SML_SampleModelsandScenarios_V04.doc (under webapps/COSMOUI/sml/doc/), and browsing through the SML files, and BIRT report templates (and just trying to understand SML and BIRT better in general).

If you have any suggestions for learning resources for someone who is new to all of this, they would be greatly appreciated.

Thanks again for your help.

Mark

On Oct 25, 2007, at 12:43 PM, Sheldon Lee-Loy wrote:


Hi Mark,

First there are two parts to the end2end:
  1. A web application that provides a web interface to navigate a SML repository and generate reports on a set of collected data.  This web application works off statistical and cbe data already collected.  The data is stored in the derby database.  The SML repository also contains preset data that is stored under C:\apache-tomcat-5.5.20\webapps\COSMOSUI\sml.   There you will find SML files that are visualized in the Web ui.   The Web ui also contains BIRT report templates that work off the data stored in the database.  The BIRT reports are stored under C:\apache-tomcat-5.5.20\webapps\COSMOSUI\templates.  You can use BIRT  (http://www.eclipse.org/birt) tooling to edit these files.
  2. The second part of the end2end demonstrates the data collection component.    The end2end demonstrates collecting new statisitcal data from a tomcat server or log data from a windows log and populating the derby database.  

Step 2 refers to downloading the "Data Reporting Web Application".  You should use the 1.0M1 driver at http://www.eclipse.org/cosmos/downloads/?buildId=COSMOS-1.0.0-200706281537

Note to run the web application you need to install tomcat and get dojo beta 0.9 release as mentioned on the end2end installation and setup page.

When you complete step 5 you can directly run the web application ui without collecting any data since the database already has some sample data. Follow the steps outlined under the "Viewing reports from Sample database and Data Center SML" section:  http://wiki.eclipse.org/COSMOSEnd2EndSample#Viewing_reports_from_Sample_database_and_Data_Center_SML

If you want to collect your own log or statistical data you will need to configure the data collection component by following the "Installing and Configuration Data Collection" section - http://wiki.eclipse.org/COSMOSEnd2EndSample#Installing_and_Configuring_Data_Collection

Then follow section "2.2 Collecting CBE Data from Apache/Tomcat Access Log"  to collect tomcat acess log data - http://wiki.eclipse.org/COSMOSEnd2EndSample#Collecting_CBE_Data_from_Apache.2FTomcat_Access_Log
or follow section "2.3 Collecting CBE Data from Windows Application Log" to collect window application log data  - http://wiki.eclipse.org/COSMOSEnd2EndSample#Windows_Applications_Log
or follow "2.4 Collecting Tomcat Statistical Data" to collect tomcat statitical data  - http://wiki.eclipse.org/COSMOSEnd2EndSample#Collecting_Tomcat_Statistical_Data


Thanks,

Sheldon
______________________________________
Sheldon Lee-Loy



Mark McCraw <smmccraw@xxxxxxxxx>
Sent by: cosmos-dev-bounces@xxxxxxxxxxx

25/10/2007 11:31 AM

Please respond to
Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

To
cosmos-dev@xxxxxxxxxxx
cc
Subject
[cosmos-dev] COSMOS End2End Sample





Hi All,

I am new to COSMOS and still trying to get my head around everything that it does and aims to do.  As such, I am trying to run the End2End sample to get a feel for things.  I am following the instructions at http://wiki.eclipse.org/COSMOSEnd2EndSample#System_installation_and_setup

Number 2 says "Download the latest COSMOS driver from http://www.eclipse.org/cosmos/downloads/"

When I go there, I get something that looks like this:


I'm assuming I should look under stable build, so I click the most recent entry under stable builds and get:



From here, it is fairly unclear to me which link is the "COSMOS driver" referred to in step two.  The first two seem to be Eclipse plugins, and step three tells me to unzip the driver under /tomcat/webapps/, so do I assume that "COSMOS driver" refers to the third download on this page ("Data Reporting Web Application")?  I'm feeling a bit lost on what is supposed to be happening here, so if anyone could provide clarity, I would appreciate it.  

Thanks in advance,

Mark_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev

_______________________________________________
cosmos-dev mailing list


Back to the top