New issue 3 by kohanyi....@gmail.com: Erroneous servlet declaration
JWatch's `web.xml`.
http://code.google.com/p/jwatch/issues/detail?id=3
When I've tried to deploy the project's distribution (v0.8) in Jetty it
reported that it didn't find the class `org.jwatch.servlet.JWatchWSServlet`
which is right on, as in your distribution the class' actual name is
`org.jwatch.rest.JWatchWSServlet`.
This error can be fixed merely by rewriting the corresponding part of the
`web.xml` in the WAR file in the distribution.