Am 10.08.2015 um 18:41 schrieb Arun Kumar: > During this migration I have removed all the > Jetty6 jars from lib and placed Jetty-all. 9 jar. Is this correct > that only Jetty6 jars replaced with Jetty9 OR Do I need to any other files ?
The jetty-all.jar doesn't contain all necessary classes, only the Jetty-specific ones. Dependent on what you want to do, you need additional jars, e.g. servlet-api.jar, ASM, javax-el.jar, etc. Cheers, Lothar _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
