I\'m pre-packaging a JSP web-app that relies on some file path settings found within web.xml. These settings are unknown at packaging time, because they reference a path the
You have to put the env-entry in order :
maxAmount java.lang.String aString
Else you will have validation error on web.xml
ref: https://community.oracle.com/thread/840452?tstart=0