-
Notifications
You must be signed in to change notification settings - Fork 9
Configuration File Details
craig8 edited this page Dec 2, 2014
·
4 revisions
GOSS has several configuration files that it needs to deal with in order to operate effectively. In the karaf osgi environment these configuration files should be placed in $KARAF_HOME/etc.
Mandatory configuration files:
If you are using LDAP login:
- LDAPLogin.xml
If you are using one of the different broker configuration files we provide:
- pnnl-goss-activemq-broker.xml
- pnnl-goss-activemq-broker-nosecurity.xml
# The following are used for the core-client connection.
goss.openwire.uri = tcp://@activemqHost@:@activemqOpenwirePort@
goss.stomp.uri = tcp://@activemqHost@:@activemqStompPort@
# For connecting to the server using authorization
goss.system.user = @gossSystemUser@
goss.system.password = @gossSystemPassword@
# Should authorization be used.
goss.use.authorization = @gossUseAuthorization@
goss.ldap.uri = ldap://@ldapHost@:@ldapPort@
goss.ldap.admin.user = @ldapConnectionUser@
goss.ldap.admin.password = @ldapConnectionPassword@
# The following are used for the core-client connection.
goss.openwire.uri = tcp://@activemq.host@:@activemq.openwire.port@
goss.stomp.uri = tcp://@activemq.host@:@activemq.stomp.port@
- GOSS Project Workflow
- How To Articles
- Setup GOSS in Eclipse
- Start a GOSS project
- Register a datasource
- Register a handler
- Create Integration Tests
- Reference repositories
- Configure Access Control
- ActiveMQ Notes
- Publications
- GOSS License
- [Datasets] (wiki/Datasets)