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 How to start Data Broker and Data Manager"

(COSMOS User's Guide How to start Data Broker and Data Manager)
(Content)
Line 28: Line 28:
  
  
== Content ==
+
=== Starting the COSMOS components ===
 
+
After you have configured the program by following instructions in the previous section, start Tomcat by running <tomcat_install_dir>/bin/startup.bat.  By starting the web server, the management domain, broker and the example MDR will be started. 
 
+
 
+
  
 +
'''Note:''' this is a Java program, so you will need JRE_HOME or JAVA_HOME set in order for this to run.
  
 
[[Category:COSMOS_Users_Guide]]
 
[[Category:COSMOS_Users_Guide]]

Revision as of 17:19, 20 February 2008

COSMOS Wiki > COSMOS Document Plan > COSMOS Manual Guide

COSMOS User's Guide How to start Data Broker and Data Manager

Category: User's Guide

Owner Jimmy Mohsin
Bug # 218844
Due dates Schedule

Outline

Starting the COSMOS components

After you have configured the program by following instructions in the previous section, start Tomcat by running <tomcat_install_dir>/bin/startup.bat. By starting the web server, the management domain, broker and the example MDR will be started.

Note: this is a Java program, so you will need JRE_HOME or JAVA_HOME set in order for this to run.

Back to the top