web.xml中如何引入properties文件的值

原先是:

casServerUrlPrefix
http://demo.tch.com:8080/cas

现在需要改成

casServerUrlPrefix
{url}

url参数的值在properties文件中

<context:property-placeholder location="classpath:settings.properties"
    ignore-unresolvable="true" />

今天才看见,,,,,,太水了