I'm attempting to build my a .war file for my web module and exporting it to an autodeploy folder. However, it always crashes on this error:
Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/http/client/methods/HttpUriRequest
I'm using Eclipse Luna as my IDE and all the apache jars are added to my build path. Is there somewhere else I have to add them for this to work?
