I'm trying to work on SHALE-317 (Tiger annotations do not work in Jetty). To be able to test all of our apps with Jetty, I tried putting the following in the shale-apps POM:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
</plugin>
and executed "mvn jetty:run" on shale-usecases ... but navigating to the
webapp in a browser results in an HTTP 403 error (forbidden). Any ideas?
Craig
