You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Michał Małecki <mi...@poczta.onet.pl> on 2005/07/07 15:48:04 UTC

loading properties from other source

Hello,
I'm trying to convinced my friends to port our system to ibatis DataMapper.
Unfortunatelly our config files must remain untouched, and this means we
must load db parameters (url, username, password, driver) from web.xml. Is
it possible to create properties in the runtime, feed them with parameters
from web.xml, and make ibatis use that properties?

Thanks!
Michal Malecki