The following steps will allow you to change the Data360 Analyze webapp port without having to reinstall the software.
1. stop all 3 Services, for steps see here
2. navigate to <dataDirectory>/site-7731/conf and open the cust.prop file. Change the `ls.brain.webapp.port` to the required port, for example:
ls.brain.webapp.port=8085
3. navigate to <Install Dir>/tomcat/conf/ and open the server.xml file. Change the tomcat server port to the required port. It should look like:
<Connector connectionTimeout="20000" port="8085" protocol="HTTP/1.1" redirectPort="8443"
compression="on" compressableMimeType="text/html,text/xml,text/plain,text/css,text/javascript,
application/javascript,application/json"/>
4. to maintain the same port across upgrades, navigate to <Install Dir>/install4j and open the response.varfile . Change the laeWebAppStartPort$Long to the required port, for example:
laeWebAppStartPort$Long=8085
6. restart the Analyze Services, and launch Analyze via the URL using the new port
Comments
0 comments
Please sign in to leave a comment.