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"

(New page: COSMOS Wiki > COSMOS Document Plan > COSMOS Manual Guide == COSMOS User's Guide How to start Data Broker and Data Manager...)
 
(Starting the COSMOS components)
 
(6 intermediate revisions by 2 users not shown)
Line 12: Line 12:
 
|-  
 
|-  
 
|'''Bug #'''
 
|'''Bug #'''
|123456
+
|[https://bugs.eclipse.org/bugs/show_bug.cgi?id=218844 218844]
  
 
|-  
 
|-  
Line 28: Line 28:
  
  
== Content ==
+
=== 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. 
 +
 
 +
'''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]]

Latest revision as of 17:32, 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

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.

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