Hi
I want a parameter such as the following:
<Parameter name="companyName" value="My Company, Incorporated"
override="false"/>
to have different values on different tomcat servers. Say 3 applications on 2
different tomcat boxes, all of which will use element companyName. However,
companyName will be different on the two boxes.
I thought of putting this in the context.xml or web.xml file.
However, my understanding is that these files are used by Servlets only?
I have a "helper class" that will need different name,value pairs on different
boxes.
What solutions are available? What solutions should I investigate?