...
Parameter | Default value ("|" separates possible values) | Description | |
|---|---|---|---|
JAVA_HOME | None. | Path to Java home directory. | |
JAVA_OPTS | -Xms512m -Xmx1024m -XX:MaxPermSize=512m | Optional values passed to the JVM. | |
launcher.start.max.wait | 300 | Since 5.4.1. Maximum time to wait for effective Nuxeo server start before giving up (applies on commands "start" and "restart"). | |
launcher.override.java.tmpdir | true | Since 5.4.1. Possible values: true or false | |
nuxeo.log.dir | log | Log directory (absolute or relative to NUXEO_HOME). | |
nuxeo.pid.dir | bin | Directory where to store Nuxeo PID file. | |
nuxeo.data.dir | data | Data directory (absolute or relative to NUXEO_HOME). It involves all data not being stored in database. | |
nuxeo.tmp.dir | server/default/tmp (JBoss) | temp (Tomcat) | tmp (Jetty) | Location of the temporary files. | |
nuxeo.force.generation | true | once | If "true", will force generation of configuration files; otherwise they are only generated when not existing. | |
nuxeo.templates | default | Comma separated list of templates to include. | |
nuxeo.bind.address | 0.0.0.0 | Server binding address. "0.0.0.0" means "all available network interfaces". | |
nuxeo.server.http.port | 8080 | Server HTTP listen port. | |
nuxeo.server.ajp.port | 8009 | Server AJP listen port. | |
nuxeo.server.jvmRoute | nuxeo | Server AJP route for load-balancing (since 5.4.2) | |
nuxeo.server.tomcat-admin.port | 8005 | Tomcat server's "admin" port. | |
nuxeo.server.https.port | 8443 | Server HTTPS listen port. | |
org.nuxeo.ecm.instance.name | Nuxeo 5.4 | Server name. | |
org.nuxeo.ecm.instance.description | Nuxeo ECM server | Server description. | |
org.nuxeo.ecm.product.name | Nuxeo DM |
| |
org.nuxeo.ecm.product.version | 5.4.0-SNAPSHOT |
| |
org.nuxeo.ecm.webapp.dashboard.mode | auto | Defines the dashboard mode. There are 3 modes:
| |
templateName.target | server/default/deploy/nuxeo.ear | Directory where templateName files will be deployed. | |
mailservice.user | nobody | (JBoss only) User for mail authentication. | |
mailservice.password | password | (JBoss only) Password for mail authentication. | |
mail.store.protocol | pop3 | Server protocol parameters for mailing. | |
mail.user | nobody | User who will receive mail (unused in Nuxeo). | |
mail.pop3.host | pop3.nosuchhost.nosuchdomain.com | Mail server. | |
mail.debug | false | Enable debugging output from the javamail classes. | |
nuxeo.notification.eMailSubjectPrefix | [Nuxeo] | Subject prefix in Nuxeo notification mails. | |
mail.smtp.host | localhost | SMTP gateway server. | |
mail.smtp.port | 25 | Mail server port. | |
mail.smtp.usetls | false | Use TLS for the SMTP connection. | |
mail.smtp.auth | true |
| |
mail.smtp.username | anonymous |
| |
mail.smtp.password | password |
| |
mail.from | noreply@nuxeo.com | The address mails will be sent from. | |
nuxeo.db.name | nuxeo | NUXEO | Database name. | |
nuxeo.db.user | sa | nuxeo | Database username. | |
nuxeo.db.password | (empty value) | password | Database password. |
|
nuxeo.db.host | localhost | Database host URL. | |
nuxeo.db.port | 3306 | 1521 | 5432 | Database host port. | |
nuxeo.db.min-pool-size | 5 | Database minimum pool size for Nuxeo datasources. | |
nuxeo.db.max-pool-size | 20 | Database maximum pool size for Nuxeo datasources. | |
nuxeo.vcs.min-pool-size | 0 | Database minimum pool size for Nuxeo repository (VCS). | |
nuxeo.vcs.max-pool-size | 20 | Database maximum pool size for Nuxeo repository (VCS). | |
nuxeo.url | Application URL (without final slash) | ||
nuxeo.loopback.url | Since 5.4.1. Nuxeo URL, for connections from Nuxeo to itself (theme banks default). The port should be the same as nuxeo.server.http.port | ||
org.nuxeo.ecm.contextPath | /nuxeo | Application context path | |
org.nuxeo.ecm.platform.transform.ooo.host.name | 127.0.0.1 | DEPRECATED. | |
org.nuxeo.ecm.platform.transform.ooo.host.port | 8100 | DEPRECATED. | |
org.nuxeo.ecm.platform.transform.ooo.version | 2.2.1 | DEPRECATED. | |
org.nuxeo.ecm.platform.transform.ooo.enableDaemon | true | DEPRECATED. | |
jod.connection.protocol | SOCKET | OpenOffice Connection protocol, either PIPE or SOCKET. | |
jod.max.tasks.per.process | 200 | Maximum task per Office instance before restarting it | |
jod.task.execution.timeout | 120000 | Will stop the task if it s not completed after timeout. | |
jod.task.queue.timeout | 30000 | Will stop looking for the next task in the queue after timeout. | |
jod.office.home |
| Home directory of OpenOffice or LibreOffice. | |
jod.jpipe.lib.path |
| Path to Jpipe library. Only used when connecting to OO through PIPE. | |
jod.template.profile.dir |
| Path to custom OO template directory. | |
opensocial.gadgets.host | localhost |
| |
opensocial.gadgets.port | 8080 |
| |
opensocial.proxy.proxySet | false |
| |
opensocial.proxy.proxyHost |
|
| |
opensocial.proxy.proxyPort |
|
| |
opensocial.proxy.user |
|
| |
opensocial.proxy.password |
|
| |
repository.clustering.enabled | false | Activate clustering mode. | |
repository.clustering.delay | 1000 | When clustering is activated, defines the delay during which invalidations don't need to be processed (expressed in milliseconds). | |
repository.binary.store |
| When clustering is activated, defines the shared folder for the binaries store. | |
nuxeo.templates.parsing.extensions | xml,properties | Files extensions being parsed for parameters replacement when copying templates. | |
org.nuxeo.ecm.jboss.configuration | default | JBoss configuration to use ("default", "minimal", "all", ...) | |
zip.entry.encoding | ascii | Choose how to encode filename when exporting documents to zip in the worklist. | |
org.nuxeo.ecm.platform.liveedit.autoversioning | none,minor,major | ||
nuxeo.wizard.done | true or false depending on the package | If set to false, will start a setup wizard before starting Nuxeo. | |
nuxeo.http.proxy.host |
| HTTP proxy host. | |
nuxeo.http.proxy.port |
| HTTP proxy port. | |
nuxeo.http.proxy.login |
| HTTP proxy login. | |
nuxeo.http.proxy.password |
| HTTP proxy password. | |
facelets.REFRESH_PERIOD | -1 | Indicates to the compiler the number of seconds to wait between subsequent checks for changes in modified JSF facelets in a running application. Useful for facelet debugging. | |
org.nuxeo.big.file.size.limit | 5Mi (unset) | Since 5.4.1, redirect onto the big file download url if size exceed limit | |
nuxeo.pageprovider.default-max-page-size | 100 | Since 5.4.2-HF20, defines the default maxPageSize to use in pageProvider when no value is defined in the pageProvider contribution. Value '0' means no limit. |