I am not sure of this but from what I found on the net it seems that due to some licensing issues JSP support doesn't work as it should on the Eclipse distribution of Jetty 7. Whatever the reasons, I wasn't able to make JSPs to work properly on Jetty 7.
If you need JSP support go to the codehaus repository and grab a Jetty 1.6 version. Works like a charm.
2 comments:
If you still want to enable JSP in Jetty 7, see my post:
Enabling JSP support in Jetty 7.
Post a Comment