You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Илья Толстихин <in...@gmail.com> on 2016/01/22 13:31:36 UTC

Jetty classpath

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?