Como incluir valores do arquivo .properties no web.xml?

Eu preciso incluir alguns valores de umfile.properties noWEB-INF/web.xml algo assim:

<param-name>uploadDirectory</param-name>
<param-value>myFile.properties['keyForTheValue']</param-value>

Atualmente estou trabalhando com isso:

JBossJEE5

questionAnswers(3)

yourAnswerToTheQuestion