I already modified both files and anything happens. The file
server.xml.nx is generated every time that the nuxeo server
runs, so it doesn't matter the modifications that I do, all
of them are erased when I run Nuxeo, and the file returns to
its default configuration. The file server.xml, stays with
the modifications that I did, but anything happens, it looks
like nuxeo tomcat server is reading its configuration from
somewhere else, not in those two file inside the conf
folder.
The modifications that I am doing is just putting between
comments the section
<Connector port="8080" protocol="HTTP/1.1"
address="0.0.0.0"
connectionTimeout="20000"
redirectPort="8443" />
and eliminating the comments from the section
<Connector port="8443" protocol="HTTP/1.1"
SSLEnabled="true"
address="0.0.0.0"
maxThreads="150" scheme="https"
secure="true"
clientAuth="false" sslProtocol="TLS" />
I know that in order to have a https connections I have to
create and install a certificate (I have not done it yet)
but I think that at least If I did those modifications, I
shouldn't be able to see the nuxeo's login page in the url
http://localhost:8080/nuxeo/
Am I doing something wrong?
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/