Hi Data360 Analyze Team,
I enabled SSL on my Data360 Analyze with port 8443 via instruction here , it worked.
Now, the normal port 8080 is not working which is good, however, i checked the server.xml and the string is still active ( <Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" compress ...).
Can I comment this string out to disable 8080 altogether ?
Once port 8080 is disabled, how do we stop/start services in SSL ports?
Data360 Analyze Tomcat Server: Start: 8080 Stop: 8089
Do you have instruction on how to perform step #2 and #4 ?
Resources used:
Enable SSL:
https://support.infogix.com/hc/en-us/articles/360040883974-Setting-up-SSL-with-a-CA-certificate?source=search
Port 8080
https://support.infogix.com/hc/en-us/articles/360053322513-Data360-Analyze-required-ports
https://support.infogix.com/hc/en-us/articles/360043057473-How-to-change-the-webapp-port-in-Data360-Analyze
2. change `ls.brain.webapp.port` in cust.prop to the port you need
3. change the tomcat server port in this file: <Install Dir>/tomcat/conf/server.xml
4. check the site.prop in <installDirectory>\Data3SixtyAnalyzeServer\web-conf\ to make sure no other properties need to be changed
Thanks