...
Code Block | ||
---|---|---|
| ||
JAVA_OPTS=$JAVA_OPTS -Xms1024m -Xmx2048m patricia.db.jdbcUrl=jdbc:sqlserver://<sql.server.address>:1433;databaseName=<databasename>;integratedSecurity=false patricia.db.username=<sa-account> patricia.db.password=<sa-pass> nuxeo.db.name=nuxeodm nuxeo.db.user=nuxeodm |
IMPORTANT: There shouldn't be any whitespaces before and after '=' sign in conf file
In the run command, we need to add '-p' option, because we will use this port from external network. Also, make sure to map local time and timezone here.
...