I have a question about web app design.
It seems as though there are (at least) 2 ways to set up global application parameters at deployment time: 1) put them in a <context-param> tag in the deployment descriptor, or 2) use a properties file or resource bundle to read them in. Is there a preferred or standard way, or does it even matter?
Any opinions are welcome--thanks!
Dave Naden
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)