Say I use Tomcat AP server and I have 10 class files in package 'foo'. Can I, say, zip 8 of them into a jar file, put this jar file into 'WEB-INF/lib' folder and then put 2 of them into 'WEB-INF/classes/foo' folder. Will Tomcat treat them as a single pacakge when running webapp?
Note: I have a practical reason to do this.