For a project I am trying to implement the JSCSSMergeServlet servlet.
After following the instructions to the letter and starting up Jetty via Maven
I get an error saying:
2012-10-22 17:54:14.240:WARN::Failed startup of context \
org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@7dc64183{/services,\
C:\workspaceUI\services\src\main\webapp}
java.lang.ClassNotFoundException: \
com.googlecode.webutilities.servlets.JSCSSMergeServlet
And I can’t for the life of me figure out why I’m getting this.
Did I miss a step?
Is there some other file I need to modify in order to get this up and running?
try including the
webutilities-x.x.x.jarpackage in theweb-inf/libdirectory of your web application, or it can sit elsewhere in your app server/web serverCLASSPATHUPDATE
The file
webutilities-x.x.x.jaris not accessible by your applications. Download it and use it as told above