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

COSMOS UG Management of COSMOS

Revision as of 16:47, 28 May 2008 by Jim.gyng.com (Talk | contribs) (Managing the COSMOS components)

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. 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