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
You should use ; to separate them in param-value tag like:
;
validHosts example1.com;example2.com;.....