P
Prashant Thumma
Guest
Hi Archana, There is no prescribed mechanism to do this. Since it is the user’s code you can manage the URL like any other Java application would. A couple of mechanisms that could be used are: · Manage the URL in a properties file – load the properties file at runtime from either classpath or a predefined location. · Pass the URL via system properties – pass the URL as a system property to the application at boot time. -Prashant
Continue reading...
Continue reading...