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