Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Cannot get org.eclipse.jetty.server.Request instance

> jetty-http-9.4.20.v20190813.jar
> jetty-io-9.4.20.v20190813.jar
> jetty-server-9.4.20.v20190813.jar
> jetty-util-9.4.20.v20190813.jar

Remove the jetty-server jar at least.
Those other 3 have no purpose on their own.

Joakim Erdfelt / joakim@xxxxxxxxxxx


On Wed, Sep 11, 2019 at 9:21 AM John Jiang <john.sha.jiang@xxxxxxxxx> wrote:
On Wed, Sep 11, 2019 at 9:46 PM Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
HttpServletRequest is implemented by org.eclipse.jetty.server.Request
HttpServletRequest is instanceof Request = false

What jetty jars do you have in your WEB-INF/lib ?
jetty-http-9.4.20.v20190813.jar
jetty-io-9.4.20.v20190813.jar
jetty-server-9.4.20.v20190813.jar
jetty-util-9.4.20.v20190813.jar

BTW, now that these jars are already in $JETTY_HOME/lib, could I not put them into WEB-INF/lib?
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top