# Fichier généré par le build ${BUILD} du job $[JOB} par ${AUTHOR} # Configuration file for Nuxeo # See https://doc.nuxeo.com/x/PwA7 # and https://doc.nuxeo.com/x/QQA7 # for detailed information about the settings below # Java --------------------------------------------------- #JAVA_HOME=/usr/lib/jvm/java-6-sun #JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home JAVA_OPTS=-Xms${nuxeo.java.xms} -Xmx${nuxeo.java.xmx} -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8 # Nuxeo launcher ----------------------------------------- #launcher.start.max.wait = 300 #launcher.stop.max.wait = 60 #launcher.override.java.tmpdir = true # Nuxeo layout ------------------------------------------- # Relative paths will be anchored at NUXEO_HOME; here are not default but recommended values nuxeo.log.dir=${nuxeo.log.dir} #nuxeo.pid.dir=/var/run nuxeo.data.dir=${nuxeo.data.dir} # Will regenerate config from these parameters each time the server is restarted nuxeo.force.generation=true # General parameters #nuxeo.bind.address=0.0.0.0 nuxeo.url=http://${apache.host}/${nuxeo.instance} nuxeo.server.http.port=${nuxeo.server.http.port} nuxeo.loopback.url=http://localhost:${nuxeo.server.http.port}/${nuxeo.instance} nuxeo.server.tomcat_admin.port=${nuxeo.server.admin.port} nuxeo.server.ajp.port=${nuxeo.server.ajp.port} org.nuxeo.ecm.contextPath=/${nuxeo.instance} #org.nuxeo.ecm.product.name= #org.nuxeo.ecm.product.version= # Database configuration nuxeo.db.name=${nuxeo.db.name} nuxeo.db.user=${nuxeo.db.user} nuxeo.db.password=${nuxeo.db.password} nuxeo.db.host=${nuxeo.db.host} nuxeo.db.port=${nuxeo.db.port} #nuxeo.db.jdbc.url= #nuxeo.db.driver= #nuxeo.db.min-pool-size= #nuxeo.db.max-pool-size= #nuxeo.vcs.min-pool-size= #nuxeo.vcs.max-pool-size= # Database transaction timeout in seconds (tomcat only) #nuxeo.db.transactiontimeout=300 # Mail settings (for notifications) #nuxeo.notification.eMailSubjectPrefix="[Nuxeo]" #mail.transport.host= #mail.transport.port= #mail.transport.auth= #mail.transport.username= #mail.transport.password= #mail.from= #mailservice.user= #mailservice.password= #mail.store.protocol= #mail.transport.protocol= #mail.user= #mail.pop3.host= #mail.debug= # OOo server config #jod.connection.protocol=SOCKET #jod.max.tasks.per.process= #jod.task.execution.timeout= #jod.task.queue.timeout= #jod.office.home= #jod.jpipe.lib.path= #jod.template.profile.dir= # OpenSocial settings #opensocial.gadgets.embeddedServer= #opensocial.gadgets.host= #opensocial.gadgets.port= #opensocial.gadgets.path= #opensocial.trusted.hosts= # Encoding of the zip entries filename #zip.entry.encoding=ascii # Nuxeo Dev Mode # # Enable this mode if you'd like to benefit from hot reload features useful # for development. Setting this property to true will: # - set the JSF facelets refresh period to 2s, enabling to check for changes on # JSF files # - make it possible to hot-reload Studio jars from the admin center # - reset different levels of caches when hot-reloading a Studio jar, or when # triggering the "Dev Mode > Force flush" action available in user menu to # administrators of the application # The dev mode is disabled by default (not suitable for production) and can # also be activated from the Admin Center. #org.nuxeo.dev=true # Nuxeo Automation Trace # # Enable this mode if you'd like to display automation traces during runtime. # You'll benefit from exhaustive logs to debug all automation chain and/or # operation execution. # The automation trace mode is disabled by default (not suitable for production) and can # also be activated through JMX via org.nuxeo.automation:TracerFactory MBean during runtime. #org.nuxeo.automation.trace=true # By default, all automation executions are 'printable' (appear in logs). # You can filter chain and/or operation execution trace printing by setting this property to chain name and/or operation separated by comma. # Comment it to get all back. #org.nuxeo.automation.trace.printable=chainIdA,ChainIdB # Nuxeo Routing - Clean up 'done' and 'canceled' workflow instances # By default, completed workflow instances are removed. The clean-up is triggered daily at midnight. (by a scheduler with the id 'workflowInstancesCleanup') # If you want to keep these workflows enable the following line: # nuxeo.routing.disable.cleanup.workflow.instances = true # LiveEdit auto-versioning will minor version if set to minor #org.nuxeo.ecm.platform.liveedit.autoversioning=minor # Clustering settings #repository.clustering.enabled=false #repository.clustering.delay=1000 # If clustering is activated, set repository.binary.store=/path/to/some/shared/folder/for/binaries ## More JVM options ------------------------------------------ # Update sort behavior for Arrays and Collections may throw an IllegalArgumentException JAVA_OPTS=$JAVA_OPTS -Djava.util.Arrays.useLegacyMergeSort=true # DEBUGGING ---------------------------------------------- # Sample JPDA settings for remote socket debugging JAVA_OPTS=$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8788,server=y,suspend=n # Sample JPDA settings for shared memory debugging #JAVA_OPTS=$JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_shmem,server=y,suspend=n,address=jboss # Enable jconsole #JAVA_OPTS=$JAVA_OPTS -Dcom.sun.management.jmxremote=true # Log Garbage Collector informations into a file #JAVA_OPTS=$JAVA_OPTS -Xloggc:${nuxeo.log.dir}/gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps # Enable JMX #JAVA_OPTS=$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1089 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false # Disable soft references #JAVA_OPTS=$JAVA_OPTS -XX:SoftRefLRUPolicyMSPerMB=0 nuxeo.wizard.done=true nuxeo.templates=postgresql,drive,opentoutatice # LDAP ldap.url=ldap\://${ldap.host}\:${ldap.port} ldap.manager.dn=${ldap.binddn} ldap.manager.pswd=${ldap.password} ldap.persondn=${ldap.users.basedn} ldap.groupdn=${ldap.groups.basedn} # CAS cas.login=https://${cas.host}:${cas.port}/${cas.context}/login cas.logout=https://${cas.host}:${cas.port}/${cas.context}/logout cas.validate=https://${cas.host}:${cas.port}/${cas.context}/serviceValidate cas.appurl=http://${apache.host}/${nuxeo.instance}