My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (once for web application and once for application XYZ). How can I read some 'external' values into server.xml? For example:
<Resource name="jdbc/MyDB" username="${user}" password="${pwd}" url="${url}" ...
<resource>tag), but this is not true in your case. They're actually different! Can you please elaborate a bit more about the "duplication" you're talking about? – BalusC Nov 16 '09 at 18:22