beig / jwatch

Automatically exported from code.google.com/p/jwatch
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Erroneous servlet declaration JWatch's `web.xml`. #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by kohanyi....@gmail.com on 12 Oct 2011 at 8:30