Change nuxeo URL and HTTPS option?

I've changed URL in administration panel, also checked nuxeo.conf , but directory didn't change and it's still in localhost:8080/nuxeo instead of localhost:8080/mylocation . When i go to changed URL it shows me error Tomcat server:Resource not found. So how can I force server to do that?

Else, is there a way to set up HTTPS access to Nuxeo Web platform instead of http?

Platform: Windows 7 x64

0 votes

1 answers

3547 views

ANSWER



Have you tried to change this two params in nuxeo.conf?

nuxeo.url=http://localhost:8080/myCustomPath
org.nuxeo.ecm.contextPath=/myCustomPath

This worked for me (5.9.3)

I hope this helps

0 votes