I\'m creating a servlet that needs to load configuration information. Part of the configuration information I need is a list of Strings (specifically, a list of hostnames and/or
Servlet spec says that you can have only one value for any context parameter. So, you are left with going with delimited list only.
validHosts example1.com,example2.com,.....