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"

(Managing the COSMOS components)
 
(13 intermediate revisions by 2 users not shown)
Line 12: Line 12:
 
|-  
 
|-  
 
|'''Bug #'''
 
|'''Bug #'''
|123456
+
|[https://bugs.eclipse.org/bugs/show_bug.cgi?id=218836 218836]
  
 
|-  
 
|-  
Line 20: Line 20:
  
 
== Outline ==
 
== Outline ==
 +
=== [http://wiki.eclipse.org/COSMOS_UG_How_to_start_Data_Broker_and_Data_Manager Starting the COSMOS Broker] ===
 +
=== Start Tomcat ===
 +
=== Register / Deregister MDRs and Data Managers with the COSMOS Broker ===
 +
=== Stopping the example / other MDRs and the Data Managers ===
  
 +
=== Stopping the COSMOS Broker ===
  
 +
== Content ==
  
 +
=== Managing the COSMOS components ===
  
 +
Start Tomcat by running <tomcat_install_dir>/bin/startup.bat.  By starting the web server, the COSMOS Broker and the example MDRs / Data Managers 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.
  
 +
Once the COSMOS environment is up and running, additional MDRs or Data Managers may be registered or dergistered by using the COSMOS client application.  Currently, this has a command line interface and is located at <demo_install_dir>/cosmos-client/cosmosclient.bat.  A listing of all available commands may be obtained by typing "?" and hitting enter.
  
 +
Both COSMOS or non-COSMOS MDRs may be registered with the COSMOS Broker.
  
 
+
Additionally, the MDRs, Data Managers, or the COSMOS Broker may be disabled by using the Administrator Interface of the container (AXIS2).
== Content ==
+
 
+
 
+
 
+
 
+
  
 
[[Category:COSMOS_Users_Guide]]
 
[[Category:COSMOS_Users_Guide]]

Latest revision as of 16:49, 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 example / other MDRs and the Data Managers

Stopping the COSMOS Broker

Content

Managing the COSMOS components

Start Tomcat by running <tomcat_install_dir>/bin/startup.bat. By starting the web server, the COSMOS Broker and the example MDRs / Data Managers 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.

Once the COSMOS environment is up and running, additional MDRs or Data Managers may be registered or dergistered by using the COSMOS client application. Currently, this has a command line interface and is located at <demo_install_dir>/cosmos-client/cosmosclient.bat. A listing of all available commands may be obtained by typing "?" and hitting enter.

Both COSMOS or non-COSMOS MDRs may be registered with the COSMOS Broker.

Additionally, the MDRs, Data Managers, or the COSMOS Broker may be disabled by using the Administrator Interface of the container (AXIS2).

Back to the top