My team and I are building an application that consists of a Flex front-end and a Java back-end. We know that compiled Java classes should go under Tomcat's directory WEB-INF\classes but we have so many classes that we feel its better if we use jar files. Can anyone tell us where in Tomcat we deploy our jar files? We're not sure how to set up Tomcat so that Flex is able to see the jar files. I'm not sure if this makes any sense.
Thanks in advance!

