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

Difference between revisions of "COSMOS UG Management of COSMOS"

(Starting the COSMOS components)
(Outline)
Line 21: Line 21:
 
== Outline ==
 
== Outline ==
 
=== [http://wiki.eclipse.org/COSMOS_UG_How_to_start_Data_Broker_and_Data_Manager Starting the COSMOS Broker] ===
 
=== [http://wiki.eclipse.org/COSMOS_UG_How_to_start_Data_Broker_and_Data_Manager Starting the COSMOS Broker] ===
 
+
=== Start Tomcat ===
=== Starting the sample MDR and Data Manager ===
+
=== Register / Deregister MDRs and Data Managers with the COSMOS Broker ===
=== Registering the sample MDR with the COSMOS Broker ===
+
=== Stopping the sample / other MDRs and the Data Managers ===
 
=== Stopping the COSMOS Broker ===
 
=== Stopping the COSMOS Broker ===
=== Stopping the sample MDR and the Data Manager ===
 
  
 
== Content ==
 
== Content ==

Revision as of 16:37, 28 May 2008

COSMOS Wiki > COSMOS Document Plan > COSMOS Manual Guide

COSMOS User's Guide Management of COSMOS section

Category: User's Guide

Owner Jimmy Mohsin
Bug # 218836
Due dates Schedule

Outline

Starting the COSMOS Broker

Start Tomcat

Register / Deregister MDRs and Data Managers with the COSMOS Broker

Stopping the sample / other MDRs and the Data Managers

Stopping the COSMOS Broker

Content

Starting the COSMOS components

Start Tomcat by running <tomcat_install_dir>/bin/startup.bat. By starting the web server, the COSMOS Broker and the example MDR will be started.

Note: Since is involves a Java program, you will need JRE_HOME or JAVA_HOME set in order to run this batch file.

Back to the top