Difference between templates/default/conf/server.xml
templates/default/conf/server.xml.nx is the second one is
used for running the configuration wizard. For that purpose,
the nuxeo context is (or not) activated:
      <Host name="localhost"  appBase="webapps"
            unpackWARs="true" autoDeploy="false"
            xmlValidation="false"
xmlNamespaceAware="false">
            <Listener
className="org.nuxeo.runtime.tomcat.NuxeoDeployer"
home="nxserver" />

So, you have to modify both files.

Commenting the default Connectors and uncommenting the one
with SSLEnabled="true" seems to be the right way.
Maybe you should also comment the AJP 1.3 Connector.

In nuxeo.conf, you should also modify nuxeo.url,
nuxeo.loopback.url and opensocial.gadgets.port

Once you've done the changes, run "nuxeoctl configure" to
make Nuxeo Controller generate Tomcat files; you will be
able to check the values in generated conf/server.xml

As soon as everything works fine, the best way to make those
changes permanent and ease your next Nuxeo upgrades will be
to create a dedicated "https" template in templates/
directory. I would be happy to add your contribution to
Nuxeo sources.
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to