tomcat and jar file
Hello,
Windows XP from dvlp, Windows 2000 server or Linux for prod.
My app, working fine, uses different class files. When testing, all the class files are under WEB-INF/classes and it's perfect.
Now, I want to put all the .class files in a unique .jar.
I build the jar file with a jar cfv myJarFile *.class
I don't know where to put the jar file and how to configure Tomcat .
please Help.

