NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

NEW!!!!!!!!!!!!!!!!!!!!!!
# place holder for specific properties

bam.device.confURL = http://192.168.161.112:9000/bam/device/getConfig.jsp
bam.device.prepURL = http://192.168.161.112:9000/bam/device/getSoftware.jsp

bam.rawData.storagePath = /LocalStorage/rawdata
# Device Software
bam.device.software.storagePath=/LocalStorage/device/software
bam.mfg.storagePath = /LocalStorage/mfg
bam.storagePath = /LocalStorage/

#Remote
#database.databaseName=bam_andrey
#database.hostname=192.168.56.10
#database.user=bam
#database.password=bam

#Local
database.hostname=91.234.37.152
database.databaseName=bam_mm
database.user=bam
database.password=bam
database.connectionURL=jdbc:sqlserver://91.234.37.152:1433

#Firebird5
#database.databaseName=firebird5
#database.hostname=localhost
#database.user=dev21
#database.password=dev21-rds

bam.serverBaseUrl = http://localhost:8080

#bam.uiServerBaseUrl is used for UI server base URL
bam.uiServerBaseUrl=http://localhost:8080

mail.host=mail.authsmtp.com
mail.user=ac55916
mail.password=bam!bam!sender
mail.from=BAM Labs<[email protected]>
mail.smtp.port=2525
mail.ssl=false

# cassandra datastore
cassandra.rollUpAdoptionState=NORMAL
cassandra.adoptionState=NORMAL
#cassandra.rollUpAdoptionState=CASSANDRA_INACTIVE
#cassandra.adoptionState=CASSANDRA_INACTIVE
#cassandra.rollUpAdoptionState=WRITE_BOTH_READ_FROM_MSSQL
#cassandra.adoptionState=NORMAL

cassandra.appId =
cassandra.keyspace = bam_keyspace
cassandra.auto=update
cassandra.nodes=127.0.0.1
cassandra.port=9160
cassandra.nativePort=9042
cassandra.logMismatches=false
# max connections per host is used when using ROUND_ROBIN connection pool
cassandra.maxConnsPerHost=100
# max connections is used when using TOKEN_AWARE connection pool
cassandra.maxConns=400
cassandra.connTimeout = 30000
cassandra.socketTimeout = 30000
cassandra.firstYear = 2014
cassandra.readConsistencyLevel = CL_ONE
cassandra.writeConsistencyLevel = CL_ONE
cassandra.connectionPoolType = TOKEN_AWARE
# replication factor is used for both SimpleStrategy and NetworkTopologyStrategy
cassandra.replicationFactor = 1
# NetworkTopologyStrategy or SimpleStrategy
cassandra.strategy = SimpleStrategy
# data centers (i.e., regions) (specify if NetworkTopologyStrategy), e.g., us-east
cassandra.dataCenters =Cassandra

# jndi config - default is set to true
database.useJndiDatasource = false
database.jndi.connectionPool.initialSize = 10
database.jndi.connectionPool.maxActive = 100
database.jndi.connectionPool.maxIdle = 100
database.jndi.connectionPool.minIdle = 25
database.jndi.connectionPool.maxWait = 30000

#Device Software

bam.rawData.storagePath=/Users/adazzi/tmp/rawData

bam.device.software.storagePath = /Users/adazzi/tmp/device/software

bam.mfg.storagePath = /Users/adazzi/tmp/mfg

bam.storagePath = /Users/adazzi/LocalStorage

# allow the scheduled tasks to run

# normally this should be false.

# set to true if debugging and you don't want the effects of these tasks, like lots of output

scheduler.suppress = true

mail.enabled = false

sms.enabled = false

mail.test.domain=bamlabs.com

seedData.inject=true

bam.sendCopyOfRawDataTo.enable = false

#Device Override URLS

bam.device.confURL= http://192.168.161.112:9000/bam/device/getConfig.jsp

bam.device.prepURL=http://192.168.161.112:9000/bam/device/getSoftware.jsp

bam.device.dpkgURL=http://192.168.161.112:9000/bam/device/getSoftware.jsp

#Link back URL when generating links. Almost always should point back to the load balancer

bam.serverBaseUrl = http://192.168.161.112:8080

#main context param
bam.serverURL = http://192.168.161.112:8080/bam


#bam.uiServerBaseUrl is used for UI server base URL

bam.uiServerBaseUrl=http://192.168.161.112:8080

bam.relay.workers = 0

rollup.threadsPerNode = 2

# disable tcp autodiscovery

hazelcast.multicast-port = 0

hazelcast.discovery.tcp.addresses = 127.0.0.1

#Kafka messaging

bootstrap.servers=localhost:9092
request.required.acks=1
device.connectivity.topic=device.connectivity.topic
device.rawdata.topic=device.rawdata.topic

group.id=test
enable.auto.commit=true
auto.commit.interval.ms=1000
session.timeout.ms=30000
zookeeper.connect=localhost:2181
metadata.broker.list=localhost:9092

# custom hazelcast settings
hazelcast.default.port=5701
hazelcast.group=dev
hazelcast.password=dev-pass
hazelcast.instance.name=BamHazelcast


OLD!!!!!!
override-eclipse.cfg

# place holder for specific properties

bam.device.confURL = http://192.168.160.235:9000/bam/device/getConfig.jsp
bam.device.prepURL = http://192.168.160.235:9000/bam/device/getSoftware.jsp

bam.rawData.storagePath = /LocalStorage/rawdata
# Device Software
bam.device.software.storagePath=/LocalStorage/device/software
bam.mfg.storagePath = /LocalStorage/mfg
bam.storagePath = /LocalStorage/

#Remote
#database.databaseName=bam_andrey
#database.hostname=192.168.56.10
#database.user=bam
#database.password=bam

#Local
database.hostname=91.234.37.152
database.databaseName=bam_mm
database.user=bam
database.password=bam
database.connectionURL=jdbc:sqlserver://91.234.37.152:1433

#Firebird5
#database.databaseName=firebird5
#database.hostname=localhost
#database.user=dev21
#database.password=dev21-rds

bam.serverBaseUrl = http://localhost:8080

#bam.uiServerBaseUrl is used for UI server base URL
bam.uiServerBaseUrl=http://localhost:8080

mail.host=mail.authsmtp.com
mail.user=ac55916
mail.password=bam!bam!sender
mail.from=BAM Labs<[email protected]>
mail.smtp.port=2525
mail.ssl=false

# cassandra datastore
cassandra.rollUpAdoptionState=NORMAL
cassandra.adoptionState=NORMAL
#cassandra.rollUpAdoptionState=CASSANDRA_INACTIVE
#cassandra.adoptionState=CASSANDRA_INACTIVE
#cassandra.rollUpAdoptionState=WRITE_BOTH_READ_FROM_MSSQL
#cassandra.adoptionState=NORMAL

cassandra.appId =
cassandra.keyspace = bam_keyspace
cassandra.auto=update
cassandra.nodes=127.0.0.1
cassandra.port=9160
cassandra.nativePort=9042
cassandra.logMismatches=false
# max connections per host is used when using ROUND_ROBIN connection pool
cassandra.maxConnsPerHost=100
# max connections is used when using TOKEN_AWARE connection pool
cassandra.maxConns=400
cassandra.connTimeout = 30000
cassandra.socketTimeout = 30000
cassandra.firstYear = 2014
cassandra.readConsistencyLevel = CL_ONE
cassandra.writeConsistencyLevel = CL_ONE
cassandra.connectionPoolType = TOKEN_AWARE
# replication factor is used for both SimpleStrategy and NetworkTopologyStrategy
cassandra.replicationFactor = 1
# NetworkTopologyStrategy or SimpleStrategy
cassandra.strategy = SimpleStrategy
# data centers (i.e., regions) (specify if NetworkTopologyStrategy), e.g., us-east
cassandra.dataCenters =Cassandra

# jndi config - default is set to true
database.useJndiDatasource = false
database.jndi.connectionPool.initialSize = 10
database.jndi.connectionPool.maxActive = 100
database.jndi.connectionPool.maxIdle = 100
database.jndi.connectionPool.minIdle = 25
database.jndi.connectionPool.maxWait = 30000

#Device Software

bam.rawData.storagePath=/Users/adazzi/tmp/rawData

bam.device.software.storagePath = /Users/adazzi/tmp/device/software

bam.mfg.storagePath = /Users/adazzi/tmp/mfg

bam.storagePath = /Users/adazzi/LocalStorage

# allow the scheduled tasks to run

# normally this should be false.

# set to true if debugging and you don't want the effects of these tasks, like lots of output

scheduler.suppress = true

mail.enabled = false

sms.enabled = false

mail.test.domain=bamlabs.com

seedData.inject=true

bam.sendCopyOfRawDataTo.enable = false

#Device Override URLS

bam.device.confURL= http://192.168.165.68:9000/bam/device/getConfig.jsp

bam.device.prepURL=http://192.168.165.68:9000/bam/device/getSoftware.jsp

bam.device.dpkgURL=http://192.168.165.68:9000/bam/device/getSoftware.jsp

#Link back URL when generating links. Almost always should point back to the load balancer

bam.serverBaseUrl = http://192.168.165.68:8080

#main context param
bam.serverURL = http://192.168.165.68:8080/bam


#bam.uiServerBaseUrl is used for UI server base URL

bam.uiServerBaseUrl=http://192.168.165.68:8080

bam.relay.workers = 0

rollup.threadsPerNode = 2

# disable tcp autodiscovery

hazelcast.multicast-port = 0

hazelcast.discovery.tcp.addresses = 127.0.0.1

#Kafka messaging

bootstrap.servers=localhost:9092
request.required.acks=1
device.connectivity.topic=device.connectivity.topic
device.rawdata.topic=device.rawdata.topic

group.id=test
enable.auto.commit=true
auto.commit.interval.ms=1000
session.timeout.ms=30000
zookeeper.connect=localhost:2181
metadata.broker.list=localhost:9092

# custom hazelcast settings
hazelcast.default.port=5701
hazelcast.group=dev
hazelcast.password=dev-pass
hazelcast.instance.name=BamHazelcast

---------------------------------new with coonfigered wifi networking

# place holder for specific properties

bam.device.confURL = http://192.168.164.215:9000/bam/device/getConfig.jsp
bam.device.prepURL = http://192.168.164.215:9000/bam/device/getSoftware.jsp

bam.rawData.storagePath = /LocalStorage/rawdata
# Device Software
bam.device.software.storagePath=/LocalStorage/device/software
bam.mfg.storagePath = /LocalStorage/mfg
bam.storagePath = /LocalStorage/

#Remote
#database.databaseName=bam_andrey
#database.hostname=192.168.56.10
#database.user=bam
#database.password=bam

#Local
database.hostname=192.168.164.160
database.databaseName=bam_mm
database.user=bam
database.password=bam
database.connectionURL=jdbc:sqlserver://192.168.164.160:1433

#Firebird5
#database.databaseName=firebird5
#database.hostname=localhost
#database.user=dev21
#database.password=dev21-rds

bam.serverBaseUrl = http://localhost:8080

#bam.uiServerBaseUrl is used for UI server base URL
bam.uiServerBaseUrl=http://localhost:8080

mail.host=mail.authsmtp.com
mail.user=ac55916
mail.password=bam!bam!sender
mail.from=BAM Labs<[email protected]>
mail.smtp.port=2525
mail.ssl=false

# cassandra datastore
cassandra.rollUpAdoptionState=NORMAL
cassandra.adoptionState=NORMAL
#cassandra.rollUpAdoptionState=CASSANDRA_INACTIVE
#cassandra.adoptionState=CASSANDRA_INACTIVE
#cassandra.rollUpAdoptionState=WRITE_BOTH_READ_FROM_MSSQL
#cassandra.adoptionState=NORMAL

cassandra.appId =
cassandra.keyspace = bam_keyspace
cassandra.auto=update
cassandra.nodes=127.0.0.1
cassandra.port=9160
cassandra.nativePort=9042
cassandra.logMismatches=false
# max connections per host is used when using ROUND_ROBIN connection pool
cassandra.maxConnsPerHost=100
# max connections is used when using TOKEN_AWARE connection pool
cassandra.maxConns=400
cassandra.connTimeout = 30000
cassandra.socketTimeout = 30000
cassandra.firstYear = 2014
cassandra.readConsistencyLevel = CL_ONE
cassandra.writeConsistencyLevel = CL_ONE
cassandra.connectionPoolType = TOKEN_AWARE
# replication factor is used for both SimpleStrategy and NetworkTopologyStrategy
cassandra.replicationFactor = 1
# NetworkTopologyStrategy or SimpleStrategy
cassandra.strategy = SimpleStrategy
# data centers (i.e., regions) (specify if NetworkTopologyStrategy), e.g., us-east
cassandra.dataCenters =Cassandra

# jndi config - default is set to true
database.useJndiDatasource = false
database.jndi.connectionPool.initialSize = 10
database.jndi.connectionPool.maxActive = 100
database.jndi.connectionPool.maxIdle = 100
database.jndi.connectionPool.minIdle = 25
database.jndi.connectionPool.maxWait = 30000

#Device Software

bam.rawData.storagePath=/Users/adazzi/tmp/rawData

bam.device.software.storagePath = /Users/adazzi/tmp/device/software

bam.mfg.storagePath = /Users/adazzi/tmp/mfg

bam.storagePath = /Users/adazzi/LocalStorage

# allow the scheduled tasks to run

# normally this should be false.

# set to true if debugging and you don't want the effects of these tasks, like lots of output

scheduler.suppress = true

mail.enabled = false

sms.enabled = false

mail.test.domain=bamlabs.com

seedData.inject=true

bam.sendCopyOfRawDataTo.enable = false

#Device Override URLS

bam.device.confURL= http://192.168.164.215:9000/bam/device/getConfig.jsp

bam.device.prepURL=http://192.168.164.215:9000/bam/device/getSoftware.jsp

bam.device.dpkgURL=http://192.168.164.215:9000/bam/device/getSoftware.jsp

#Link back URL when generating links. Almost always should point back to the load balancer

bam.serverBaseUrl = http://192.168.164.215:8080

#main context param
bam.serverURL = http://192.168.164.215:8080/bam


#bam.uiServerBaseUrl is used for UI server base URL

bam.uiServerBaseUrl=http://192.168.164.215:8080

bam.relay.workers = 0

rollup.threadsPerNode = 2

# disable tcp autodiscovery

hazelcast.multicast-port = 0

hazelcast.discovery.tcp.addresses = 192.168.164.215

#Kafka messaging

bootstrap.servers=localhost:9092
request.required.acks=1
device.connectivity.topic=device.connectivity.topic
device.rawdata.topic=device.rawdata.topic

group.id=test
enable.auto.commit=true
auto.commit.interval.ms=1000
session.timeout.ms=30000
zookeeper.connect=localhost:2181
metadata.broker.list=localhost:9092

# custom hazelcast settings
hazelcast.default.port=5701
hazelcast.group=dev
hazelcast.password=dev-pass
hazelcast.instance.name=BamHazelcast
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.