Configure Localhost after installation

Modified on Mon, 24 Oct, 2022 at 2:31 PM

 


 


Configure host name


  1. Check that the server is running. Usually the starting address is http://localhost:8090/newired.
  2. Stop running the server service. 


  • On Windows, stop Newired Portal service via Windows’s Services or using stop.bat file from Portal’s installation directory
  • On Linux, use command sudo systemctl stop newired
  • Open configuration file newired.properties. File is located in the folder <Newired Portal>/tomcat/conf.
  • Replace localhost with your hostname in the properties


From:


newired.backendUrl=http\://localhost\:8090/newired newired.contentDeliveryUrl=http\://localhost\:8090/newired/content newired.collectorUrl=http\://localhost\:8090/collector


To:


newired.backendUrl=http\://<your hostname>\:8090/newired newired.contentDeliveryUrl=http\://<your hostname>\:8090/newired/content newired.collectorUrl=http\://<your hostname>\:8090/collector


 


Start Portal


  • On Windows start service, Newired Portal
  • On Linux, use command sudo systemctl start newired
  • Check running Portal. Log in to the Portal and go to some site, and it’s deployment section. Verify that the snippets have the correct hostname:




 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article