cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Looking to change localhost:8079 to xyz:8079

PayalKalwani
Visitor

Hi folks, I am looking for a solution to change the existing URL of easytravel from localhost:8079 to xyz:8079 for a specific requirement. Can anyone please help me.

3 REPLIES 3

Rafal_Psciuk
Dynatrace Helper
Dynatrace Helper
  • Hi, if you want to change URLs used by load generator, you need to add those 3 properties to <et_install_dir>/resources/easyTravelConfig.properties file. NOTE: this file will be overwritten after easyTravel installation.

 

config.apacheFrontendPublicUrl=http://xyz:8079/
config.apacheB2BFrontendPublicUrl=http://xyz:8999/
config.angularFrontendPublicUrl=https://xyz:9079/

 

 You can also put those properties in the <user_home>/.dynaTrace/easyTravel  2.0.0/easyTravel/config/easyTravelLocal.properties file.

Hey, Thanks for the solution!

I added the mentioned 3 properties, but post URL is changed to xyz:8079 it is not loading and giving error as Can't reach the site. Can you please help if anything additional changes to be done. Even tried with https, same error.

Rafal_Psciuk
Dynatrace Helper
Dynatrace Helper

Those properties only affect load generator.
As I understand,  you need to setup your host in the way, that it will be available with xyz DNS name. But this cannot be done with easyTravel configuration.

Featured Posts