I can see two options for you -
1. You could read data from plain text file where in each line will contain one instance of application.
2. You could also use Apache POI to read data from excel file having all those application URLs
In both cases you can use testng data provider to supply data to your test method.
~ seleniumtests.com