Change nuxeo URL and HTTPS option?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 07:34 AM
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2014 12:35 PM
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
