In the current version of the Windows launcher, the location of the nuxeo.conf is defined by that order of priority (ie first one of those found is used): - Registry key HKLM\SOFTWARE\NuxeoDM\ConfigFile - Environment variable NUXEO_CONF - "nuxeo.conf" file in the working directory - "nuxeo.conf" file on the Desktop - "nuxeo.conf" file in the same location as the (real) NuxeoCtl.exe
To launch multiple isntances of Nuxeo you'd need to remove the registry key and have wrappers around NuxeoCtl.exe that define different NUXEO_CONF environment variables. Note that you'd also want to have different nuxeo.data.dir, nuxeo.log.dir, nuxeo.tmp.dir, nuxeo.server.tomcat-admin.port in the two nuxeo.conf files (you can set nuxeo.server.ajp.port to 0 to disable AJP if you don't use it). If you prefer to use a non-GUI launcher, I believe the nuxeoctl script works in cygwin, or you can try the new java launcher from the development snapshots. --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
