Image

quick question

In a web.xml file for deployment to TomCat, I want to specify a path to a directory via environment variable. I do *not* want to specify it in the web.xml via hard coding if at all possible. Is there a way to do this?

<env-entry> tags look like they specify the env via hard coding within the web.xml file.

Can you do something like %ENV_VAR%??