I didn't change anything in properties.
I suppose Sequoia uses default controller_default.properties file
Contents of it is presented below:

##
## DO NOT EDIT THIS FILE UNLESS YOU REALLY KNOW WHAT YOU ARE DOING
##

# Product name
product.name=Sequoia

# Controller factory
controller.factory=org.continuent.sequoia.controller.core.SequoiaControllerFactory

# Default controller port listen value
controller.default.port=25322

# Default controller IP address to bind
controller.default.ip=0.0.0.0

# Default controller server socket backlog size
controller.default.backlog.size=10

# Maximum number of characters to display when a SQL statement is logged
into an Exception
sql.short.form.length=40

# Sequoia virtual database DTD file name (must be found in classpath)
virtual.database.dtd=sequoia.dtd

# Doctype for Sequoia virtual database configuration files
virtual.database.doctype=<!DOCTYPE SEQUOIA PUBLIC \"-//Continuent//DTD
SEQUOIA 3.0-beta2//EN\" \"
http://sequoia.continuent.org/dtds/sequoia-3.0-beta2.dtd\";>

# Virtual database XML config file rool element name
virtual.database.xml.root.element=SEQUOIA

# Sequoia controller DTD file name (must be found in classpath)
controller.dtd=sequoia-controller.dtd

# Doctype for Sequoia virtual database configuration files
controller.doctype=<!DOCTYPE SEQUOIA-CONTROLLER PUBLIC \"-//Continuent//DTD
SEQUOIA-CONTROLLER 3.0-beta2//EN\" \"
http://sequoia.continuent.org/dtds/sequoia-controller-3.0-beta2.dtd\";>

# Sequoia Controller XML config file root element name
controller.xml.root.element=SEQUOIA-CONTROLLER

# Default sleep time in ms for a controller worker thread. If no job is
ready after this time, the thread dies.
controller.default.worker.thread.sleep.time=15000

# Is JMX enabled by default
controller.jmx.enabled=true

# Is adding driver enabled by default
controller.add.driver.enabled=false

# Name of a driver JAR file that can be found in the drivers directory.
controller.driver.jar.file=/sequoia-driver.jar

# Default name of the controller xml configuration file
controller.default.config.file=controller.xml

# Log4j property file resource (must be found in classpath)
log4j.properties.file=/log4j.properties

# Name of the report file generated by the controller
controller.report.file=sequoia.report

# Default ping interval in s for idle persistent connection
# if set to 0, idle persistent connection won't be pinged at all
default.timeout.for.idle.persistent.connection=0
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to