On Wed, Apr 4 2007, Jared Blitzstein wrote:
> Is it possible to move the sqlmap xml files to a subdirectory 
> in the / WEB-INF/ of my web app? I'm trying not to mix xml 
> files in my class files and thought this might be a cleaner 
> approach. Everything I've found so far mentions about them 
> being in the classpath. Thanks.
> 
Class path, despite its name, doesn't mean mixed with classes.
If WEB-INF is on your class path, then WEB-INF/sqlmaps/blah.xml is
accessible relative to the class path as "sqlmaps/blah.xml" I'm guessing
this trick works with iBATIS, but I'm not making any guaranty 

Reply via email to