I have a Webservice written with Java Servlets. Now there are two files which use a constant and this constant needs to be set different depending on which computer the webservice is installed.
So I need it to be stored in a file which can be accessed also if the project is already deployed to Tomcat.
Does anyone know where do I store something like that and how to read the constant in the Servlets?
Thanks!