Changing a basic runtime's or cluster’s default URL
If you have an old runtime and you want to install a new one, you may need to change the default URL.
About this task
As of the October 2014 release, the default platform URL for newly installed runtimes changed to https://atom.boomi.com. Previously installed basic runtimes are not affected. However, if your previously installed runtime uses a proxy for https://platform.boomi.com AND if you need to install a new runtime, then you must make the new runtime point to the URL that the old runtime uses.
Procedure
-
Stop the new runtime or runtimes.
-
Navigate to
\<installation\_directory/conf>. -
Open the container.properties file in a text editor such as Notepad.
-
Change the
com.boomi.container.platformURLproperty as follows:com.boomi.container.platformURL=https\://platform.boomi.com -
Change the
com.boomi.container.trackURLproperty as follows:com.boomi.container.trackURL=https\://platform.boomi.com/solr/update -
Save and close the file.
-
Restart the runtime or runtimes.