Astra-Node configuration

Just a small memo to remember the order of execution of the bundles for the Astra Node.

It is also important to consider the declaration of the right properties in order to get the SOA working.

This can be used to configure the development environment in Eclipse, to configure the init.xargs file in a release, etc.

Properties of the NODE:

org.osgi.service.http.port = 10000
eu.ist.astra.cm.proxy.endpoint = http://REPLACE_ME_WITH_BACKEND_ADDRESS/axis/services/CommunityManager
eu.ist.astra.BackEndAddress = http://REPLACEME_WITH_BACKEND_ADDRESS/
eu.ist.astra.cm.endpoint = http://REPLACEME_WITH_BACKEND_ADDRESS/axis/services/CommunityManager
eu.ist.astra.cm.event.endpoint = http://REPLACEME_WITH_BACKEND_ADDRESS/axis/services/CommunityEventManager
eu.ist.astra.default.user = john@astra
eu.ist.astra.persistency.dbConfigPath = /resources/dbclient.props
org.osgi.framework.bootdelegation = *

(the string REPLACEME_WITH_BACKEND_ADDRESS needs to be replaced by the server name and port of the ASTRA Back End Example: http://astra.perseum.com:8080/axis/services )

Bundles execution order:

The current bundles and their priorities for an Astra Node execution are listed below:

New!: A new release for Astra node and backend has been added to: http://basar.idi.ntnu.no/svn/astra/WP4-tools/persistence/releases/ASTRA-2.0.1852/ . It includes the newest bundles (EventsManager, ApplicationManager, etc.)

Links:

A file with the information about the run configuration can be found at:

http://basar.idi.ntnu.no/svn/astra/WP4-tools/persistence/soa2/RunConfigurations/ASTRAnodeSOA2.0.txt

http://www.astra-project.net/wiki/ConfigurationForBackEnd

AstraWiki: ConfigurationForNode (last edited 2009-09-17 16:31:52 by alfredo)