You can put mapping files under src (it is in classpath). By the way, you should not use iBATIS from JSPs, JSPs should be used for display only.
Kengkaj On Tue, Mar 17, 2009 at 5:29 PM, LA ROSA, Giuseppe, VF-IT < giuseppe.lar...@vodafone.com> wrote: > > Hi, > > I have a web project under Eclipse with the follow structures : > > /projectname/src > /projectname/build > /projectname/WebContent > /projectname/WebContent/WEB-INF > > Is it a good structure for a JSP+Servlet+iBatis project ? > Where can I put ibatis.xml files ? > Now, I have xml files under /projectname/build/classes , but this isn't > a good choice....and sometimes it's doesn't work when I use iBatis > inside JSP page. > > Best > Giuseppe >