Hi!

I'm developing some command line tools to support our web-app. I would like to use the same data-access layer(which uses iBatis) that the web-app already uses to access our database.

What do I have to do in order to provide a data source to iBatis? I already know that I should create a Mysql data source and bind it with JNDI, but after some googling I haven't found sensible instructions to do that. Only some tutorials about configuring JNDI data sources for servlet containers.

Has anyone tried something similar and could help me with this?

Cheers
Kai

--
Kai Kousa
E-mail: kai.ko...@jadecon.fi

Reply via email to