How to Change Port Number of Helical Insight?

Hello Team Helical,

I have installed Helical Insight on port 8085. Now I want to change it to port 8090. Is this possible? If yes, How can I do that?

Thank You.

Hi Anu,

Yes you can change port number.

Changes at two places will be required.
a) Server.xml" Go to connector tag (line no 71) and replace it with the new port number. By default it will have port=8085. Change it to the 8090 (or any other port where you would like to migrate)

You can find server.xml at the path “…\Helical Insight\hi\apache-tomcat-7\conf”

b) Setting.xml: Go to line no 5. Change the tag baseurl from localhost?8085 to localhost:8090 (or any other port number)

You can find server.xml at the path “…\Helical Insight\hi\hi-repository\System\Admin”

c) Restart the server. It will be changed.

Thank You
Helical Insight Team.

1 Like