Hi,
Is there a way of using System.getProperty() or System.setProperty() in a webapp in an encapsulated way (i.e. so that the global properties of one webapp don't interfere with those in another?).
Alternatively is there something within the
J2EE architecture which would provide me with this functionality?