How can I set a System property in a servlet?
Created May 4, 2012
Chandra Patni You can simply use
System.setProperty("propertyKey", "PropertyValue")
method in a servlet.