Is it possible to use placeholder in context.xml
I'm using Spring and struts and have the following entry in '/META-INF/context.xml' <Context cachingAllowed="false" useHttpOnly="true"> <Resource name="jdbc/xxx" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory" maxActive="100" maxIdle="30" maxWait="10000" username="xxxxx" password="xxxxx" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sqlserver://xxx:1433;databaseName=xxx;"/> </Context> Is it possible to implement in the following way, <Context cachingAllowed="false" useHttpOnly="true"> <Resource name="jdbc/xxx"