#
# Settings for CDA server
#
#

# Port that the CDA server binds to

port=6730

# Put hibernate.cfg.xml and log4j.properties in a directory on the CLASSPATH

confdir=/etc/xos/config/cdaserver   

jvmopts="-ea -server " 

# If your site firewall doesn't allow IPv6 traffic, force binding to an IPv4 address 

jvmopts="${jvmopts} -Djava.net.preferIPv4Stack=true"



