Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Outline)
(Starting the COSMOS components)
Line 30: Line 30:
  
 
=== Starting the COSMOS components ===
 
=== Starting the COSMOS components ===
Start Tomcat by running <tomcat_install_dir>/bin/startup.bat.  By starting the web server, the Management Domain, Data Broker and the example MDR will be started.   
+
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.
 
'''Note:''' Since is involves a Java program, you will need JRE_HOME or JAVA_HOME set in order to run this batch file.
  
 
[[Category:COSMOS_Users_Guide]]
 
[[Category:COSMOS_Users_Guide]]

Revision as of 10:40, 25 April 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

Starting the sample MDR and Data Manager

Registering the sample MDR with the COSMOS Broker

Stopping the COSMOS Broker

Stopping the sample MDR and the Data Manager

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