Hi all. Could you please help me. I tried to add my servlet to jetty. I added servlet in web.xml file and put class file in WEB-INF/classes folder, but during servlet loading jetty can't find jar that I use, and I get NoClassDefFoundError. Jetty version 6.1.26.
How to add my jar to jetty classpath?