Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty Migration fron 6.1.19 to Jetty-all-9.1

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


Back to the top