This page shows some configuration use cases.
The use of the Admin tab is highlighted in the steps below. However, you can do the same configurations by editing the nuxeo.conf
file manually.
Changing the Default Port (8080)
Nuxeo applications run on the 8080 port by default. As it may be used by another application, you may need to change it.
Change the default port:
- In the Admin tab, click on the Setup tab of system information section.
- In the Advanced Settings, edit the value of the following parameters:
nuxeo.server.http.port
nuxeo.server.ajp.port
nuxeo.server.tomcat_admin.port
- Click the button Save.
- Restart the server as indicated on top of the page.
Changing the Live Edit Default Version Incrementation
When users edit documents with Live Edit, the default behavior is that no version incrementation occurs. This default behavior can be changed and you can set what version number should be incremented when users save a document with Live Edit.
Configure default Live Edit version incrementation:
- In the Admin tab, click on the Setup tab of system information section.
- In the Advanced Settings, edit the value of the parameter
org.nuxeo.ecm.platform.liveedit.autoversioning
:minor
will instruct the server to automatically increment the minor version of the document,- any other value will not increment the version.
- Click the button Save.
Related pages in this documentation