Skip to content

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

pnnl.goss.core.cfg

# 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@

pnnl.goss.core.client.cfg

# 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@
Clone this wiki locally